DialogContainerWithToolbar.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.
Gets and sets the value of the enumeration that describes the toolbar location.
public:
property Microsoft::VisualStudio::Shell::Interop::VSTWT_LOCATION ToolbarLocation { Microsoft::VisualStudio::Shell::Interop::VSTWT_LOCATION get(); void set(Microsoft::VisualStudio::Shell::Interop::VSTWT_LOCATION value); };
public:
property Microsoft::VisualStudio::Shell::Interop::VSTWT_LOCATION ToolbarLocation { Microsoft::VisualStudio::Shell::Interop::VSTWT_LOCATION get(); void set(Microsoft::VisualStudio::Shell::Interop::VSTWT_LOCATION value); };
public Microsoft.VisualStudio.Shell.Interop.VSTWT_LOCATION ToolbarLocation { get; set; }
member this.ToolbarLocation : Microsoft.VisualStudio.Shell.Interop.VSTWT_LOCATION with get, set
Public Property ToolbarLocation As VSTWT_LOCATION
Property Value
The 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.