BCGControlBar Library for .NET
RootCell Property




References the root cell. Root cell contains hierarchical collection of nested cells divided by moveable bars (splitters).
Syntax
'Declaration
 
Public ReadOnly Property RootCell As SplitContainerCell
'Usage
 
Dim instance As SplitContainerEx
Dim value As SplitContainerCell
 
value = instance.RootCell
public SplitContainerCell RootCell {get;}
public: __property SplitContainerCell* get_RootCell();
public:
property SplitContainerCell^ RootCell {
   SplitContainerCell^ get();
}
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

SplitContainerEx Class
SplitContainerEx Members

Send Feedback