Documentation for DockContainer

DockContainer.UndockToolWindow Method 

Undock the tool window but doesn't remove it from conainer

public void UndockToolWindow(
   DockableToolWindow toolWindow
);

Parameters

toolWindow
tool window to be undocked

Remarks

This method assume that tool window is not null. A NullReferenceException will be thrown if the tool window is null.

See Also

DockContainer Class | Crom.Controls Namespace