BCGControlBar Library for .NET
SplitContainerCellCollection Constructor




Specifies the SplitContainerEx associated with the current cell.
Specifies the parent SplitContainerCell.
Initializes a new instance of the SplitContainerCellCollection.
Syntax
'Declaration
 
Public Function New( _
   ByVal parentContainer As SplitContainerEx, _
   ByVal parentCell As SplitContainerCell _
)
'Usage
 
Dim parentContainer As SplitContainerEx
Dim parentCell As SplitContainerCell
 
Dim instance As New SplitContainerCellCollection(parentContainer, parentCell)
public SplitContainerCellCollection( 
   SplitContainerEx parentContainer,
   SplitContainerCell parentCell
)
public: SplitContainerCellCollection( 
   SplitContainerEx* parentContainer,
   SplitContainerCell* parentCell
)
public:
SplitContainerCellCollection( 
   SplitContainerEx^ parentContainer,
   SplitContainerCell^ parentCell
)

Parameters

parentContainer
Specifies the SplitContainerEx associated with the current cell.
parentCell
Specifies the parent SplitContainerCell.
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

SplitContainerCellCollection Class
SplitContainerCellCollection Members

Send Feedback