Click or drag to resize

ViewDrawButtonSetCheckedPalettes Method

Update the source palettes for checked state drawing.

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 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