'Declaration Public Overloads Sub DockTo( _ ByVal targetWindow As ToolWindow, _ ByVal position As DockPosition _ )
'Usage Dim instance As ToolWindowGroup Dim targetWindow As ToolWindow Dim position As DockPosition instance.DockTo(targetWindow, position)
public void DockTo( ToolWindow targetWindow, DockPosition position )
Parameters
- targetWindow
- A reference to the ToolWindow with which to dock the group of ToolWindows.
- position
- A DockPosition value indicating the position where the group of ToolWindows will be docked.