LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ImageMode Property

Show in webframe






Gets or sets the ImageMode of the ImageListBox user control.
Syntax
public ImageBoxMode ImageMode {get; set;}
'Declaration
 
Public Property ImageMode As ImageBoxMode
'Usage
 
Dim instance As ImageListBox
Dim value As ImageBoxMode
 
instance.ImageMode = value
 
value = instance.ImageMode

            

            
public: __property ImageBoxMode get_ImageMode();
public: __property void set_ImageMode( 
   ImageBoxMode value
);
public:
property ImageBoxMode ImageMode {
   ImageBoxMode get();
   void set (    ImageBoxMode value);
}

Property Value

An ImageBoxMode value that represents the ImageMode.
Requirements

Target Platforms

See Also

Reference

ImageListBox Class
ImageListBox Members

 

 


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