'Declaration Public Overloads Sub DockTo( _ ByVal targetHost As DockTargetHost, _ ByVal position As DockPosition _ )
'Usage Dim instance As ToolWindowGroup Dim targetHost As DockTargetHost Dim position As DockPosition instance.DockTo(targetHost, position)
public void DockTo( DockTargetHost targetHost, DockPosition position )
Parameters
- targetHost
- A DockTargetHost value representing the DockHost in which to dock the group of ToolWindows, or the ClientHost around which to dock the group of ToolWindows.
- position
- A DockPosition value indicating the position where the group of ToolWindows will be docked. Cannot be Group.