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

DefaultImage Property (AnnotationsMenu)







Gets or sets the image that will be displayed on the System.Windows.Forms.ToolStripMenuItem.
Syntax
public override Image DefaultImage {get; set;}
'Declaration
 
Public Overrides NotOverridable Property DefaultImage As Image
'Usage
 
Dim instance As AnnotationsMenu
Dim value As Image
 
instance.DefaultImage = value
 
value = instance.DefaultImage
public override Image DefaultImage {get; set;}
 get_DefaultImage();
set_DefaultImage(value);
public: __property Image* get_DefaultImage() override;
public: __property void set_DefaultImage( 
   Image* value
) override;
public:
property Image* DefaultImage {
   Image* get() override;
   void set (    Image* value) override;
}

Property Value

The image that will be displayed on the System.Windows.Forms.ToolStripMenuItem.
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

AnnotationsMenu Class
AnnotationsMenu Members

 

 


Products | Support | Contact Us | Copyright Notices

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