Click or drag to resize

PaletteRedirectGetDropDownButtonImage 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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual Image GetDropDownButtonImage(
	PaletteState state
)

Parameters

state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
PaletteState for which image is required.

Return Value

Type: Image

Implements

IPaletteGetDropDownButtonImage(PaletteState)
See Also