Click or drag to resize

PaletteRedirectTriple Constructor (IPalette, IPaletteTriple, IPaletteTriple, IPaletteTriple, IPaletteTriple, IPaletteTriple, IPaletteTriple)

Initialize a new instance of the PaletteRedirectTriple class.

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 PaletteRedirectTriple(
	IPalette target,
	IPaletteTriple disabled,
	IPaletteTriple normal,
	IPaletteTriple pressed,
	IPaletteTriple tracking,
	IPaletteTriple selected,
	IPaletteTriple focusOverride
)

Parameters

target
Type: Internal.ComponentFactory.Krypton.ToolkitIPalette
Initial palette target for redirection.
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.
selected
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Redirection for all checked states.
focusOverride
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Redirection for focus override state requests.
See Also