ToolWindowPane.ToolBarLocation Property

Definition

Get or Set where the toolbar should be in the tool window (Up, down, left, right). This parameter is based on VSTWT_LOCATION

public:
 property int ToolBarLocation { int get(); void set(int value); };
public:
 property int ToolBarLocation { int get(); void set(int value); };
public int ToolBarLocation { get; set; }
member this.ToolBarLocation : int with get, set
Public Property ToolBarLocation As Integer

Property Value

A value from the VSTWT_LOCATION enumeration.

Applies to