Click or drag to resize

VisualContextMenu(IContextMenuProvider, KryptonContextMenuCollection, Boolean) Constructor

Initialize a new instance of the VisualContextMenu 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 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