Click or drag to resize

PaletteRedirectGetButtonSpecToolTipTitle Method

Gets the tooltip title 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 GetButtonSpecToolTipTitle(
	PaletteButtonSpecStyle style
)

Parameters

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

Return Value

Type: String
String value.

Implements

IPaletteGetButtonSpecToolTipTitle(PaletteButtonSpecStyle)
See Also