'Declaration Public Overloads Sub DockTo( _ ByVal targetWindow As ToolWindow, _ ByVal position As DockPosition _ )
'Usage Dim instance As ToolWindow 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 ToolWindow. Cannot be a null reference (Nothing in Visual Basic).
- position
- A DockPosition value indicating the position where the ToolWindow will be docked.