Search
DiagramView.ShowContextMenu Property
See Also
 






Gets or sets a value indicating whether to display context menu when the user taps and holds over an item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool ShowContextMenu { get; set; }

Visual Basic  Copy Code

Public Property ShowContextMenu As Boolean

 Property Value

true to display context menu, or false otherwise.

 See Also