AnnotationUIContextMenu Property |
Gets or sets a ContextMenu object that will be displayed when the user right-clicks on
the annotation.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public ContextMenuStrip ContextMenu { get; set; }
Public Property ContextMenu As ContextMenuStrip
Get
Set
Property Value
Type:
ContextMenuStrip The context menu for the annotation.
See Also