'Declaration Public Function New( _ ByVal dockHost As Control, _ ByVal clientHost As Control _ )
'Usage Dim dockHost As Control Dim clientHost As Control Dim instance As New DockLayoutManager(dockHost, clientHost)
public DockLayoutManager( Control dockHost, Control clientHost )
Parameters
- dockHost
- A control representing the control in which the ToolWindows contained in the ToolWindows collection can be docked.
- clientHost
- A control representing the control around which the ToolWindows contained in the ToolWindows collection can be docked. Can be a null reference (Nothing in Visual Basic).