Click or drag to resize

ViewLayoutMenuItemsPile Constructor

Initialize a new instance of the ViewLayoutMenuItemsPile 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 ViewLayoutMenuItemsPile(
	IContextMenuProvider provider,
	KryptonContextMenuItems items,
	bool standardStyle,
	bool imageColumn
)

Parameters

provider
Type: Internal.ComponentFactory.Krypton.ToolkitIContextMenuProvider
Provider of context menu values.
items
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonContextMenuItems
Reference to the owning collection.
standardStyle
Type: SystemBoolean
Draw items with standard or alternate style.
imageColumn
Type: SystemBoolean
Draw an image background for the item images.
See Also