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

AlternativeImage Property (AnnotationsMenu)







Gets or sets the alternative image that will be displayed when the state of the System.Windows.Forms.ToolStripMenuItem changes.
Syntax
public override Image AlternativeImage {get; set;}
'Declaration
 
Public Overrides NotOverridable Property AlternativeImage As Image
'Usage
 
Dim instance As AnnotationsMenu
Dim value As Image
 
instance.AlternativeImage = value
 
value = instance.AlternativeImage
public override Image AlternativeImage {get; set;}
 get_AlternativeImage();
set_AlternativeImage(value);
public: __property Image* get_AlternativeImage() override;
public: __property void set_AlternativeImage( 
   Image* value
) override;
public:
property Image* AlternativeImage {
   Image* get() override;
   void set (    Image* value) override;
}

Property Value

The alternative image that will be displayed when the state of the System.Windows.Forms.ToolStripMenuItem changes.
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.