LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AnnotationContextMenu Property

Show in webframe






Gets or sets the System.Windows.Forms.ContextMenuStrip that is displayed when an annotation is right clicked.
Syntax
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);
}

Property Value

The System.Windows.Forms.ContextMenuStrip that is displayed when an annotation is right clicked.
Requirements

Target Platforms

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.