BCGControlBar Library for .NET
DockingPane Constructor(Form,DockManager)




The parent form for the docking pane.
A DockManager which manages the docking pane.
Initializes a new instance of the DockingPane class with specified form and dock manager.
Syntax
'Declaration
 
Public Function New( _
   ByVal parent As Form, _
   ByVal dockManager As DockManager _
)
'Usage
 
Dim parent As Form
Dim dockManager As DockManager
 
Dim instance As New DockingPane(parent, dockManager)
public DockingPane( 
   Form parent,
   DockManager dockManager
)
public: DockingPane( 
   Form* parent,
   DockManager* dockManager
)
public:
DockingPane( 
   Form^ parent,
   DockManager^ dockManager
)

Parameters

parent
The parent form for the docking pane.
dockManager
A DockManager which manages the docking pane.
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

DockingPane Class
DockingPane Members
Overload List

Send Feedback