Click or drag to resize

PaletteRedirectBorderEdge Constructor (IPalette, PaletteBorderEdge, PaletteBorderEdge)

Initialize a new instance of the PaletteRedirectBorderEdge 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 PaletteRedirectBorderEdge(
	IPalette target,
	PaletteBorderEdge disabled,
	PaletteBorderEdge normal
)

Parameters

target
Type: Internal.ComponentFactory.Krypton.ToolkitIPalette
Initial palette target for redirection.
disabled
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteBorderEdge
Redirection for disabled state requests.
normal
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteBorderEdge
Redirection for normal state requests.
See Also