Share via


Dock Enum

Definition

Dock direction that can be used to control how a tool window is docked when it's first shown.

public enum Dock
type Dock = 
Public Enum Dock
Inheritance
Dock

Fields

Bottom 4

Docks the tool window below its placement target.

Left 1

Docks the tool window to the left of its placement target.

None 0

Docks the tool window alongside its placement target.

Right 3

Docks the tool window to the right of its placement target.

Top 2

Docks the tool window above its placement target.

Applies to