Click or drag to resize

PaletteBaseGetGalleryButtonImage Method

Gets a check box 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 GetGalleryButtonImage(
	PaletteRibbonGalleryButton button,
	PaletteState state
)

Parameters

button  PaletteRibbonGalleryButton
Enum of the button to fetch.
state  PaletteState
State of the button to fetch.

Return Value

Image
Appropriate image for drawing; otherwise null.

Implements

IPaletteGetGalleryButtonImage(PaletteRibbonGalleryButton, PaletteState)
See Also