Click or drag to resize

PaletteRedirectMetricSetRedirectStates Method

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(
	IPaletteMetric disableMetric,
	IPaletteMetric normalMetric
)

Parameters

disableMetric
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteMetric
Redirection for disabled metric requests.
normalMetric
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteMetric
Redirection for normal metric requests.
See Also