LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

AnnotationContextMenu Property







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 ContextMenuStrip AnnotationContextMenu {get; set;}
 get_AnnotationContextMenu();
set_AnnotationContextMenu(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.