Click or drag to resize

AnnotationUIContextMenuStrip Property

Gets or sets a ContextMenuStrip 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 ContextMenuStrip { get; set; }

Property Value

Type: ContextMenuStrip
The context menu for the annotation.
See Also