Click or drag to resize

ViewDrawMenuColorColumn Constructor

Initialize a new instance of the ViewDrawMenuColorColumn 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 ViewDrawMenuColorColumn(
	IContextMenuProvider provider,
	KryptonContextMenuColorColumns colorColumns,
	Color[] colors,
	int start,
	int end,
	bool enabled
)

Parameters

provider
Type: Internal.ComponentFactory.Krypton.ToolkitIContextMenuProvider
Reference to provider.
colorColumns
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonContextMenuColorColumns
Reference to owning color columns entry.
colors
Type: System.DrawingColor
Set of colors to initialize from.
start
Type: SystemInt32
Stating index to use.
end
Type: SystemInt32
Ending index to use.
enabled
Type: SystemBoolean
Is this column enabled
See Also