Click or drag to resize

PaletteRedirectGetButtonSpecShortText Method

Gets the short text to display for the button.

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

Parameters

style
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteButtonSpecStyle
Style of button spec.

Return Value

Type: String
String value.

Implements

IPaletteGetButtonSpecShortText(PaletteButtonSpecStyle)
See Also