Click or drag to resize

Drawing2DManagerSetContextMenu Method

Set View ContextMenu

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.25.902 (2.8.25.902)
Syntax
C#
public void SetContextMenu(
	Drawing2DContextMenuKind kind,
	ContextMenuStrip contextMenu
)

Parameters

kind
Type: VIZCore3D.NET.DataDrawing2DContextMenuKind
ContextMenu Kind
contextMenu
Type: System.Windows.FormsContextMenuStrip
ContextMenu
See Also