Click or drag to resize

IPaletteGetButtonSpecImage Method

Gets the image to display for the button.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
Image GetButtonSpecImage(
	PaletteButtonSpecStyle style,
	PaletteState state
)

Parameters

style
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteButtonSpecStyle
Style of button spec.
state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
State for which image is required.

Return Value

Type: Image
Image value.
See Also