IPaletteGetGalleryButtonImage Method |
Gets a check box image appropriate for the provided state.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxImage GetGalleryButtonImage(
PaletteRibbonGalleryButton button,
PaletteState state
)
Parameters
- button PaletteRibbonGalleryButton
- Enum of the button to fetch.
- state PaletteState
- State of the button to fetch.
Return Value
ImageAppropriate image for drawing; otherwise null.
See Also