Search
Ruler.ContextMenu Property
See Also
 





Gets or sets the context menu associated with the ruler.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public new ContextMenuStrip ContextMenu { get; set; }

Visual Basic  Copy Code

Public Shadows Property ContextMenu As ContextMenuStrip

 Property Value

An instance of the .NET ContextMenuStrip class. The default is null (Nothing in Visual Basic).

 See Also