Dock Enum
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.
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
Name | Value | Description |
---|---|---|
None | 0 | Docks the tool window alongside its placement target. |
Left | 1 | Docks the tool window to the left of its placement target. |
Top | 2 | Docks the tool window above its placement target. |
Right | 3 | Docks the tool window to the right of its placement target. |
Bottom | 4 | Docks the tool window below its placement target. |