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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ViewLayoutMenuItemsPile(
	IContextMenuProvider provider,
	KryptonContextMenuItems items,
	bool standardStyle,
	bool imageColumn
)

Parameters

provider  IContextMenuProvider
Provider of context menu values.
items  KryptonContextMenuItems
Reference to the owning collection.
standardStyle  Boolean
Draw items with standard or alternate style.
imageColumn  Boolean
Draw an image background for the item images.
See Also