Click or drag to resize

ViewContextMenuManager Constructor

Initialize a new instance of the ViewContextMenuManager 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 ViewContextMenuManager(
	Control control,
	ViewBase root
)

Parameters

control
Type: System.Windows.FormsControl
Owning control.
root
Type: Internal.ComponentFactory.Krypton.ToolkitViewBase
Root of the view hierarchy.
See Also