Click or drag to resize

ViewDrawMenuColorColumns Constructor

Initialize a new instance of the ViewDrawMenuColorColumns 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 ViewDrawMenuColorColumns(
	IContextMenuProvider provider,
	KryptonContextMenuColorColumns colorColumns
)

Parameters

provider
Type: Internal.ComponentFactory.Krypton.ToolkitIContextMenuProvider
Reference to provider.
colorColumns
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonContextMenuColorColumns
Reference to owning color columns entry.
See Also