ToolWindowPane.ToolBarLocation Property
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.
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.