Click or drag to resize

PaletteRedirectCommon Constructor

Initialize a new instance of the PaletteRedirectCommon 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 PaletteRedirectCommon(
	IPalette target,
	IPaletteTriple disabled,
	IPaletteTriple others
)

Parameters

target
Type: Internal.ComponentFactory.Krypton.ToolkitIPalette
Initial palette target for redirection.
disabled
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Redirection for disabled state requests.
others
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteTriple
Redirection for all other state requests.
See Also