ViewDrawButtonSetCheckedPalettes Method |
Update the source palettes for checked state drawing.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SetCheckedPalettes(
IPaletteTriple paletteCheckedNormal,
IPaletteTriple paletteCheckedTracking,
IPaletteTriple paletteCheckedPressed
)
Parameters
- paletteCheckedNormal IPaletteTriple
- Palette source for the normal checked state.
- paletteCheckedTracking IPaletteTriple
- Palette source for the tracking checked state.
- paletteCheckedPressed IPaletteTriple
- Palette source for the pressed checked state.
See Also