DialogContainerWithToolbar.ToolbarLocation Property

Definition

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.

Applies to