Click or drag to resize

IPaletteGetGalleryButtonImage 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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
Image GetGalleryButtonImage(
	PaletteRibbonGalleryButton button,
	PaletteState state
)

Parameters

button
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteRibbonGalleryButton
Enum of the button to fetch.
state
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteState
State of the button to fetch.

Return Value

Type: Image
Appropriate image for drawing; otherwise null.
See Also