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

ImageMode Property







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 ImageBoxMode ImageMode {get; set;}
 get_ImageMode();
set_ImageMode(value);
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: 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

ImageListBox Class
ImageListBox Members

 

 


Products | Support | Contact Us | Copyright Notices

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