Click or drag to resize

PaletteRedirectBack Constructor (IPalette, 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
)

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.
See Also