Click or drag to resize

PaletteRedirectDouble Constructor (IPalette, IPaletteDouble, IPaletteDouble, IPaletteDouble, IPaletteDouble, IPaletteDouble, IPaletteDouble, IPaletteDouble, IPaletteDouble, IPaletteDouble)

Initialize a new instance of the PaletteRedirectDouble class.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public PaletteRedirectDouble(
	IPalette target,
	IPaletteDouble disabled,
	IPaletteDouble normal,
	IPaletteDouble pressed,
	IPaletteDouble tracking,
	IPaletteDouble checkedNormal,
	IPaletteDouble checkedPressed,
	IPaletteDouble checkedTracking,
	IPaletteDouble focusOverride,
	IPaletteDouble normalDefaultOverride
)

Parameters

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