VSTWT_LOCATION Enumeration

Specifies the location of a tool window toolbar.

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

Syntax

'Declaration
Public Enumeration VSTWT_LOCATION
public enum VSTWT_LOCATION
public enum class VSTWT_LOCATION
type VSTWT_LOCATION
public enum VSTWT_LOCATION

Members

Member name Description
VSTWT_LEFT Location is the left border of the tool window.
VSTWT_TOP Location is the top border of the tool window.
VSTWT_RIGHT Location is the right border of the tool window.
VSTWT_BOTTOM Location is the bottom border of the tool window.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace