LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
LargeImage Property
See Also 
Leadtools.Medical.Workstation.UI Namespace > CustomToolStripMenuItem Class : LargeImage Property




Gets or sets the System.Drawing.Image which is used to display the large size image on the menu item.

Syntax

Visual Basic (Declaration) 
Public Property LargeImage As Image
Visual Basic (Usage)Copy Code
Dim instance As CustomToolStripMenuItem
Dim value As Image
 
instance.LargeImage = value
 
value = instance.LargeImage
C# 
public Image LargeImage {get; set;}
Managed Extensions for C++ 
public: __property Image* get_LargeImage();
public: __property void set_LargeImage( 
   Image* value
);
C++/CLI 
public:
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also