Click or drag to resize

PaletteBaseGetButtonSpecShortText Method

Gets the short text to display for the button.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public abstract string GetButtonSpecShortText(
	PaletteButtonSpecStyle style
)

Parameters

style  PaletteButtonSpecStyle
Style of button spec.

Return Value

String
String value.

Implements

IPaletteGetButtonSpecShortText(PaletteButtonSpecStyle)
See Also