BCGControlBar Library for .NET
CellCollection Property




Collection of nested cells.
Syntax
'Declaration
 
Public ReadOnly Property CellCollection As SplitContainerCellCollection
'Usage
 
Dim instance As SplitContainerCell
Dim value As SplitContainerCellCollection
 
value = instance.CellCollection
public SplitContainerCellCollection CellCollection {get;}
public: __property SplitContainerCellCollection* get_CellCollection();
public:
property SplitContainerCellCollection^ CellCollection {
   SplitContainerCellCollection^ 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

SplitContainerCell Class
SplitContainerCell Members

Send Feedback