Click or drag to resize

PaletteRedirectBack Constructor (IPalette, IPaletteBack, IPaletteBack, IPaletteBack, IPaletteBack, IPaletteBack, IPaletteBack, IPaletteBack, IPaletteBack, IPaletteBack)

Initialize a new instance of the PaletteRedirectBack 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 PaletteRedirectBack(
	IPalette target,
	IPaletteBack disabled,
	IPaletteBack normal,
	IPaletteBack pressed,
	IPaletteBack tracking,
	IPaletteBack checkedNormal,
	IPaletteBack checkedPressed,
	IPaletteBack checkedTracking,
	IPaletteBack focusOverride,
	IPaletteBack normalDefaultOverride
)

Parameters

target
Type: Internal.ComponentFactory.Krypton.ToolkitIPalette
Initial palette target for redirection.
disabled
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBack
Redirection for disabled state requests.
normal
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBack
Redirection for normal state requests.
pressed
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBack
Redirection for pressed state requests.
tracking
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBack
Redirection for tracking state requests.
checkedNormal
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBack
Redirection for checked normal state requests.
checkedPressed
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBack
Redirection for checked pressed state requests.
checkedTracking
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBack
Redirection for checked tracking state requests.
focusOverride
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBack
Redirection for focus override state requests.
normalDefaultOverride
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBack
Redirection for normal default override state requests.
See Also