Share via


ToolWindowConfiguration.Placement Property

Definition

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.

Applies to