Click or drag to resize

PaletteRedirectCommon Constructor

Initialize a new instance of the PaletteRedirectCommon 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 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