Click or drag to resize

VisualContextMenu Constructor (IContextMenuProvider, KryptonContextMenuCollection, Boolean)

Initialize a new instance of the VisualContextMenu 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 VisualContextMenu(
	IContextMenuProvider provider,
	KryptonContextMenuCollection items,
	bool keyboardActivated
)

Parameters

provider
Type: Internal.ComponentFactory.Krypton.ToolkitIContextMenuProvider
Original source of provider details
items
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonContextMenuCollection
Enabled state of the context menu.
keyboardActivated
Type: SystemBoolean
Was the context menu activate by a keyboard action.
See Also