Click or drag to resize

PaletteRedirectDoubleMetric Constructor (IPalette, IPaletteDouble, IPaletteMetric, IPaletteDouble, IPaletteMetric)

Initialize a new instance of the PaletteRedirectDoubleMetric 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 PaletteRedirectDoubleMetric(
	IPalette target,
	IPaletteDouble disabled,
	IPaletteMetric disableMetric,
	IPaletteDouble normal,
	IPaletteMetric normalMetric
)

Parameters

target
Type: Internal.ComponentFactory.Krypton.ToolkitIPalette
Initial palette target for redirection.
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.
See Also