Click or drag to resize

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

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

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.
checkedNormal
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBorder
Redirection for checked normal state requests.
checkedPressed
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBorder
Redirection for checked pressed state requests.
checkedTracking
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBorder
Redirection for checked tracking state requests.
focusOverride
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBorder
Redirection for focus override state requests.
normalDefaultOverride
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBorder
Redirection for normal default override state requests.
See Also