Click or drag to resize

PaletteRedirectTripleSetRedirectStates Method (IPaletteTriple, IPaletteTriple, IPaletteTriple, IPaletteTriple, IPaletteTriple, IPaletteTriple, IPaletteTriple, IPaletteTriple, IPaletteTriple)

Set the redirection states.

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 virtual void SetRedirectStates(
	IPaletteTriple disabled,
	IPaletteTriple normal,
	IPaletteTriple pressed,
	IPaletteTriple tracking,
	IPaletteTriple checkedNormal,
	IPaletteTriple checkedPressed,
	IPaletteTriple checkedTracking,
	IPaletteTriple focusOverride,
	IPaletteTriple normalDefaultOverride
)

Parameters

disabled
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Redirection for disabled state requests.
normal
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Redirection for normal state requests.
pressed
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Redirection for pressed state requests.
tracking
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Redirection for tracking state requests.
checkedNormal
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Redirection for checked normal state requests.
checkedPressed
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Redirection for checked pressed state requests.
checkedTracking
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Redirection for checked tracking state requests.
focusOverride
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Redirection for focus override state requests.
normalDefaultOverride
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Redirection for normal default override state requests.
See Also