BCGControlBar Library for .NET
Vertical Property




Specifies if the images in the ImageListEx bitmap are located in the column.
Syntax
'Declaration
 
Public Property Vertical As Boolean
'Usage
 
Dim instance As ImageListEx
Dim value As Boolean
 
instance.Vertical = value
 
value = instance.Vertical
public bool Vertical {get; set;}
public: __property bool get_Vertical();
public: __property void set_Vertical( 
   bool value
);
public:
property bool Vertical {
   bool get();
   void set (    bool value);
}
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

ImageListEx Class
ImageListEx Members

Send Feedback