VisualContextMenu(IContextMenuProvider, KryptonContextMenuCollection, Boolean) Constructor |
Initialize a new instance of the VisualContextMenu class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic VisualContextMenu(
IContextMenuProvider provider,
KryptonContextMenuCollection items,
bool keyboardActivated
)
Parameters
- provider IContextMenuProvider
- Original source of provider details
- items KryptonContextMenuCollection
- Enabled state of the context menu.
- keyboardActivated Boolean
- Was the context menu activate by a keyboard action.
See Also