ToolWindowConfiguration.Placement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the default placement location for the tool window. This can be a well-known value, or the identifier of another tool window.
public Microsoft.VisualStudio.Extensibility.ToolWindows.ToolWindowPlacement Placement { get; set; }
member this.Placement : Microsoft.VisualStudio.Extensibility.ToolWindows.ToolWindowPlacement with get, set
Public Property Placement As ToolWindowPlacement
Property Value
Remarks
If the value is Floating the tool window will be created in its own floating window. If the value is DocumentWell the tool window will be docked in relation to the main window's document well. Any other value will attempt to find the referenced location and dock the tool window relative to that location, but if that location cannot be found, the tool window will fallback to opening in a floating window.