DialogContainerWithToolbar::ToolbarLocation Property
Visual Studio 2015
Gets and sets the value of the enumeration that describes the toolbar location.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property VSTWT_LOCATION ToolbarLocation { VSTWT_LOCATION get(); void set(VSTWT_LOCATION value); }
Property Value
Type: Microsoft.VisualStudio.Shell.Interop::VSTWT_LOCATIONThe enumeration is defined as follows.
typedef enum {VSTWT_LEFT, VSTWT_TOP, VSTWT_RIGHT, VSTWT_BOTTOM} VSTWT_LOCATION;
This corresponds to toolbar locations of left, top, right, and bottom.
Show: