Click or drag to resize

PaletteBaseGetButtonSpecStyle Method

Gets the button style used for drawing 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 PaletteButtonStyle GetButtonSpecStyle(
	PaletteButtonSpecStyle style
)

Parameters

style  PaletteButtonSpecStyle
Style of button spec.

Return Value

PaletteButtonStyle
PaletteButtonStyle value.

Implements

IPaletteGetButtonSpecStyle(PaletteButtonSpecStyle)
See Also