Gets or sets the context menu associated with the ruler.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public new ContextMenuStrip ContextMenu { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Shadows Property ContextMenu As ContextMenuStrip |
An instance of the .NET ContextMenuStrip class. The default is null (Nothing in Visual Basic).
See Also