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

Orientation Property (ImageListBox)







Gets or sets the value for the Orientation for the items in the ImageListBox.
Syntax
public Orientation Orientation {get; set;}
'Declaration
 
Public Property Orientation As Orientation
'Usage
 
Dim instance As ImageListBox
Dim value As Orientation
 
instance.Orientation = value
 
value = instance.Orientation
public Orientation Orientation {get; set;}
 get_Orientation();
set_Orientation(value);
public: __property Orientation get_Orientation();
public: __property void set_Orientation( 
   Orientation value
);
public:
property Orientation Orientation {
   Orientation get();
   void set (    Orientation value);
}

Property Value

The value for the Orientation for the items in the ImageListBox.
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.