ToolbarPlacement Enum

Definition

Enum containing the toolbar placement options for a tool window.

public enum ToolbarPlacement
type ToolbarPlacement = 
Public Enum ToolbarPlacement
Inheritance
ToolbarPlacement

Fields

Bottom 3

Docks the toolbar to the bottom 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.

Top 0

Docks the toolbar to the top of the tool window.

Applies to