ToolWindowPane::ToolBarLocation Property

 

Gets or sets the location of the toolbar in the tool window.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property int ToolBarLocation {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

A value from the VSTWT_LOCATION enumeration.

Return to top
Show: