Click or drag to resize

PaletteContextMenuItemStateHighlight Constructor (PaletteDoubleMetricRedirect, PaletteDoubleRedirect)

Initialize a new instance of the PaletteContextMenuItemStateHighlight 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 PaletteContextMenuItemStateHighlight(
	PaletteDoubleMetricRedirect redirectItemHighlight,
	PaletteDoubleRedirect redirectItemSplit
)

Parameters

redirectItemHighlight
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteDoubleMetricRedirect
Redirector for the ItemHighlight.
redirectItemSplit
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteDoubleRedirect
Redirector for the ItemSplit.
See Also