Click or drag to resize

KryptonPaletteButtonSpecBaseGetButtonSpecImage Method

Gets the image 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 virtual Image GetButtonSpecImage(
	PaletteButtonSpecStyle style,
	PaletteState state
)

Parameters

style  PaletteButtonSpecStyle
Style of button spec.
state  PaletteState
State for which image is required.

Return Value

Image
Image value.

Implements

IPaletteButtonSpecGetButtonSpecImage(PaletteButtonSpecStyle, PaletteState)
See Also