Click or drag to resize

PaletteRedirectContent Constructor (IPalette, IPaletteContent, IPaletteContent, IPaletteContent, IPaletteContent, IPaletteContent, IPaletteContent, IPaletteContent, IPaletteContent, IPaletteContent, IPaletteContent, IPaletteContent, IPaletteContent)

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

Parameters

target
Type: Internal.ComponentFactory.Krypton.ToolkitIPalette
Initial palette target for redirection.
disabled
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for disabled state requests.
normal
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for normal state requests.
pressed
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for pressed state requests.
tracking
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for tracking state requests.
checkedNormal
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for checked normal state requests.
checkedPressed
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for checked pressed state requests.
checkedTracking
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for checked tracking state requests.
focusOverride
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for focus override state requests.
normalDefaultOverride
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for normal default override state requests.
linkVisitedOverride
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for link visited override state requests.
linkNotVisitedOverride
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for link not visited override state requests.
linkPressedOverride
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteContent
Redirection for link pressed override state requests.
See Also