ToolbarPlacement 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.
Enum containing the toolbar placement options for a tool window.
public enum ToolbarPlacement
type ToolbarPlacement =
Public Enum ToolbarPlacement
- Inheritance
-
ToolbarPlacement
Fields
Name | Value | Description |
---|---|---|
Top | 0 | Docks the toolbar to the top of the tool window. |
Left | 1 | Docks the toolbar to the left of the tool window. |
Right | 2 | Docks the toolbar to the right of the tool window. |
Bottom | 3 | Docks the toolbar to the bottom of the tool window. |