BCGControlBar Library for .NET
DockingContainer Constructor(DockManager,Form,DockStyle)




A DockManager for a docking panes from the DockingContainer
The parent form for the docking container.
The dockstyle of the container.
Initializes a new instance of the DockingContainer  class with the specified DockManager, Form and DockStyle.
Syntax
'Declaration
 
Public Function New( _
   ByVal manager As DockManager, _
   ByVal pForm As Form, _
   ByVal style As DockStyle _
)
'Usage
 
Dim manager As DockManager
Dim pForm As Form
Dim style As DockStyle
 
Dim instance As New DockingContainer(manager, pForm, style)
public DockingContainer( 
   DockManager manager,
   Form pForm,
   DockStyle style
)
public: DockingContainer( 
   DockManager* manager,
   Form* pForm,
   DockStyle style
)
public:
DockingContainer( 
   DockManager^ manager,
   Form^ pForm,
   DockStyle style
)

Parameters

manager
A DockManager for a docking panes from the DockingContainer
pForm
The parent form for the docking container.
style
The dockstyle of the container.
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

DockingContainer Class
DockingContainer Members
Overload List

Send Feedback