Click or drag to resize

PaletteRedirectDoubleMetricSetRedirectStates Method (IPaletteDouble, IPaletteMetric, IPaletteDouble, IPaletteMetric, IPaletteDouble, IPaletteMetric, IPaletteDouble, IPaletteMetric)

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 void SetRedirectStates(
	IPaletteDouble disabled,
	IPaletteMetric disableMetric,
	IPaletteDouble normal,
	IPaletteMetric normalMetric,
	IPaletteDouble pressed,
	IPaletteMetric pressedMetric,
	IPaletteDouble tracking,
	IPaletteMetric trackingMetric
)

Parameters

disabled
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteDouble
Redirection for disabled state requests.
disableMetric
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteMetric
Redirection for disabled metric requests.
normal
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteDouble
Redirection for normal state requests.
normalMetric
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteMetric
Redirection for normal metric requests.
pressed
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteDouble
Redirection for pressed state requests.
pressedMetric
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteMetric
Redirection for pressed metric requests.
tracking
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteDouble
Redirection for tracking state requests.
trackingMetric
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteMetric
Redirection for tracking metric requests.
See Also