DialogContainerWithToolbar.ToolbarLocation Propriedade

Definição

Obtém e define o valor da enumeração que descreve o local da barra de ferramentas.

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

Valor da propriedade

VSTWT_LOCATION

A enumeração é definida da seguinte maneira. typedef enum {VSTWT_LEFT, VSTWT_TOP, VSTWT_RIGHT, VSTWT_BOTTOM} VSTWT_LOCATION; Isso corresponde a locais da barra de ferramentas de esquerda, superior, direita e inferior.

Aplica-se a