DialogContainerWithToolbar.ToolbarLocation Свойство

Определение

Получает и задает значение из перечисления, описывающее расположение панели инструментов.

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

Значение свойства

VSTWT_LOCATION

Перечисление определяется следующим образом. typedef enum {VSTWT_LEFT, VSTWT_TOP, VSTWT_RIGHT, VSTWT_BOTTOM} VSTWT_LOCATION; Это соответствует расположению панелей инструментов слева, сверху, справа и снизу.

Применяется к