LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

WorkstationMenuProperties Constructor(String,Image,Image)

Show in webframe






The text that will be displayed on the System.Windows.Forms.ToolStripMenuItem
The image that will be displayed on the System.Windows.Forms.ToolStripMenuItem
An alternative image that will be displayed when the state of the System.Windows.Forms.ToolStripMenuItem change.
Initializes a new instance of the WorkstationMenuProperties class.
Syntax
public WorkstationMenuProperties( 
   string text,
   Image defaultImage,
   Image alternativeImage
)
'Declaration
 
Public Function New( _
   ByVal text As String, _
   ByVal defaultImage As Image, _
   ByVal alternativeImage As Image _
)
'Usage
 
Dim text As String
Dim defaultImage As Image
Dim alternativeImage As Image
 
Dim instance As New WorkstationMenuProperties(text, defaultImage, alternativeImage)

            

            
public: WorkstationMenuProperties( 
   string* text,
   Image* defaultImage,
   Image* alternativeImage
)
public:
WorkstationMenuProperties( 
   string* text,
   Image* defaultImage,
   Image* alternativeImage
)

Parameters

text
The text that will be displayed on the System.Windows.Forms.ToolStripMenuItem
defaultImage
The image that will be displayed on the System.Windows.Forms.ToolStripMenuItem
alternativeImage
An alternative image that will be displayed when the state of the System.Windows.Forms.ToolStripMenuItem change.
Requirements

Target Platforms

See Also

Reference

WorkstationMenuProperties Class
WorkstationMenuProperties Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.