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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void SetCheckedPalettes(
	IPaletteTriple paletteCheckedNormal,
	IPaletteTriple paletteCheckedTracking,
	IPaletteTriple paletteCheckedPressed
)

Parameters

paletteCheckedNormal
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the normal checked state.
paletteCheckedTracking
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the tracking checked state.
paletteCheckedPressed
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Palette source for the pressed checked state.
See Also