BCGControlBar Library for .NET
SplitContainerCell Constructor(SplitContainerEx,Control)




A SplitContainerEx to set as a parent for the SplitContainerCell.
Specifies a control to set as embedded.

 Creates a new instance of the SplitContainerCell for specified SplitContainerEx with specified embedded control.

Syntax
'Declaration
 
Public Function New( _
   ByVal parent As SplitContainerEx, _
   ByVal embeddedControl As Control _
)
'Usage
 
Dim parent As SplitContainerEx
Dim embeddedControl As Control
 
Dim instance As New SplitContainerCell(parent, embeddedControl)
public SplitContainerCell( 
   SplitContainerEx parent,
   Control embeddedControl
)
public: SplitContainerCell( 
   SplitContainerEx* parent,
   Control* embeddedControl
)
public:
SplitContainerCell( 
   SplitContainerEx^ parent,
   Control^ embeddedControl
)

Parameters

parent
A SplitContainerEx to set as a parent for the SplitContainerCell.
embeddedControl
Specifies a control to set as embedded.
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
Overload List

Send Feedback