DialogContainerWithToolbar.ToolbarLocation Eigenschaft

Definition

Ermittelt und bestimmt den Wert der Enumeration, die den Symbolleistenstandort beschreibt.

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

Eigenschaftswert

VSTWT_LOCATION

Die Enumeration ist folgendermaßen definiert: TypeDef-Enumeration {VSTWT_LEFT, VSTWT_TOP, VSTWT_RIGHT, VSTWT_BOTTOM} VSTWT_LOCATION; Dies entspricht den Symbolleisten Positionen Links, oben, rechts und unten.

Gilt für