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.3.0.0.0.668 (.NET 4.5.2, x86)
Syntax public ContextMenu ContextMenu { get; set; }
Public Property ContextMenu As ContextMenu
Get
Set
Property Value
Type:
ContextMenu The context menu for the annotation.
See Also