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

LargeImage Property (CustomToolStripMenuItem)







Gets or sets the System.Drawing.Image which is used to display the large size image on the menu item.
Syntax
public virtual Image LargeImage {get; set;}
'Declaration
 
Public Overridable Property LargeImage As Image
'Usage
 
Dim instance As CustomToolStripMenuItem
Dim value As Image
 
instance.LargeImage = value
 
value = instance.LargeImage
public virtual Image LargeImage {get; set;}
 get_LargeImage();
set_LargeImage(value);
public: __property virtual Image* get_LargeImage();
public: __property virtual void set_LargeImage( 
   Image* value
);
public:
virtual property Image* LargeImage {
   Image* get();
   void set (    Image* value);
}

Property Value

The System.Drawing.Image which is used to display the large size image on the menu item.
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

CustomToolStripMenuItem Class
CustomToolStripMenuItem Members

 

 


Products | Support | Contact Us | Copyright Notices

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