Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.UI Namespace > WorkstationViewer Class : AnnotationContextMenu Property |
public ContextMenuStrip AnnotationContextMenu {get; set;}
'Declaration Public Property AnnotationContextMenu As ContextMenuStrip
'Usage Dim instance As WorkstationViewer Dim value As ContextMenuStrip instance.AnnotationContextMenu = value value = instance.AnnotationContextMenu
public: __property ContextMenuStrip* get_AnnotationContextMenu(); public: __property void set_AnnotationContextMenu( ContextMenuStrip* value );
public: property ContextMenuStrip^ AnnotationContextMenu { ContextMenuStrip^ get(); void set ( ContextMenuStrip^ value); }