Click or drag to resize

PaletteBaseGetButtonSpecImage 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 abstract 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

IPaletteGetButtonSpecImage(PaletteButtonSpecStyle, PaletteState)
See Also