BCGControlBar Library for .NET
Orientation Property (SplitContainerCell)




Orientation of nested cells.
Syntax
'Declaration
 
Public Property Orientation As Orientation
'Usage
 
Dim instance As SplitContainerCell
Dim value As Orientation
 
instance.Orientation = value
 
value = instance.Orientation
public Orientation Orientation {get; set;}
public: __property Orientation get_Orientation();
public: __property void set_Orientation( 
   Orientation value
);
public:
property Orientation Orientation {
   Orientation get();
   void set (    Orientation value);
}
Remarks
If the cell is Vertical, its immediate child cells have vertical splitters.  If the cell is Horizontal, its immediate child cells have horizontal splitters. This property can be changed at runtime.
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

SplitContainerCell Class
SplitContainerCell Members

Send Feedback