Click or drag to resize

ButtonSpecGetLongText Method

Gets the button long text.

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 virtual string GetLongText(
	IPalette palette
)

Parameters

palette  IPalette
Palette to use for inheriting values.

Return Value

String
Long text string.

Implements

IButtonSpecValuesGetLongText(IPalette)
See Also