다음을 통해 공유


DialogContainerWithToolbar.ToolbarLocation Property

Gets and sets the value of the enumeration that describes the toolbar location.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Public Property ToolbarLocation As VSTWT_LOCATION
public VSTWT_LOCATION ToolbarLocation { get; set; }

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.VSTWT_LOCATION
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.

.NET Framework Security

See Also

Reference

DialogContainerWithToolbar Class

Microsoft.VisualStudio.Shell Namespace