ViewLayoutMenuItemsPile Constructor |
Initialize a new instance of the ViewLayoutMenuItemsPile class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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