Click or drag to resize

ViewDrawMenuColorBlock Constructor

Initialize a new instance of the ViewDrawMenuColorBlock 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 ViewDrawMenuColorBlock(
	IContextMenuProvider provider,
	KryptonContextMenuColorColumns colorColumns,
	Color color,
	bool first,
	bool last,
	bool enabled
)

Parameters

provider
Type: Internal.ComponentFactory.Krypton.ToolkitIContextMenuProvider
Reference to provider.
colorColumns
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonContextMenuColorColumns
Reference to owning color columns entry.
color
Type: System.DrawingColor
Drawing color for the block.
first
Type: SystemBoolean
Is this element first in column.
last
Type: SystemBoolean
Is this element last in column.
enabled
Type: SystemBoolean
Is this column enabled
See Also