ViewDrawButtonSetPalettes Method |
Update the source palettes for non-checked 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 SetPalettes(
IPaletteTriple paletteDisabled,
IPaletteTriple paletteNormal,
IPaletteTriple paletteTracking,
IPaletteTriple palettePressed
)
Parameters
- paletteDisabled IPaletteTriple
- Palette source for the disabled state.
- paletteNormal IPaletteTriple
- Palette source for the normal state.
- paletteTracking IPaletteTriple
- Palette source for the tracking state.
- palettePressed IPaletteTriple
- Palette source for the pressed state.
See Also