ToolWindowConfiguration.DockDirection 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 dock direction where the tool window should be placed relative to the Placement value.
public Microsoft.VisualStudio.Extensibility.ToolWindows.Dock DockDirection { get; set; }
member this.DockDirection : Microsoft.VisualStudio.Extensibility.ToolWindows.Dock with get, set
Public Property DockDirection As Dock
Property Value
Remarks
If the Placement has the value Floating this value is ignored. If the Placement has the value DocumentWell this value will dock the tool window to the corresponding side of the main window's document well. If the Placement is any other value the tool window will be docked relative to the Placement based on the value of the "Insert new tabs to the right" setting with the exception of Left which will always dock to the left of the Placement.