Click or drag to resize

PaletteRedirectDoubleSetRedirectStates Method (IPaletteDouble, IPaletteDouble, IPaletteDouble, IPaletteDouble)

Set the redirection states.

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 virtual void SetRedirectStates(
	IPaletteDouble disabled,
	IPaletteDouble normal,
	IPaletteDouble pressed,
	IPaletteDouble tracking
)

Parameters

disabled
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteDouble
Redirection for disabled state requests.
normal
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteDouble
Redirection for normal state requests.
pressed
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteDouble
Redirection for pressed state requests.
tracking
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteDouble
Redirection for tracking state requests.
See Also