Click or drag to resize

PaletteRedirectBorder Constructor (IPalette, IPaletteBorder, IPaletteBorder, IPaletteBorder, IPaletteBorder)

Initialize a new instance of the PaletteRedirectBorder 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 PaletteRedirectBorder(
	IPalette target,
	IPaletteBorder disabled,
	IPaletteBorder normal,
	IPaletteBorder pressed,
	IPaletteBorder tracking
)

Parameters

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