Click or drag to resize

PaletteBaseGetDropDownButtonImage Method

Gets a drop down button image appropriate for the provided state.

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 GetDropDownButtonImage(
	PaletteState state
)

Parameters

state  PaletteState
PaletteState for which image is required.

Return Value

Image

Implements

IPaletteGetDropDownButtonImage(PaletteState)
See Also