VSTWT_LOCATION Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the location of a tool window toolbar.
public enum class VSTWT_LOCATION
public enum class VSTWT_LOCATION
enum VSTWT_LOCATION
public enum VSTWT_LOCATION
type VSTWT_LOCATION =
Public Enum VSTWT_LOCATION
- Inheritance
-
VSTWT_LOCATION
Fields
Name | Value | Description |
---|---|---|
VSTWT_LEFT | 0 | Location is the left border of the tool window. |
VSTWT_TOP | 1 | Location is the top border of the tool window. |
VSTWT_RIGHT | 2 | Location is the right border of the tool window. |
VSTWT_BOTTOM | 3 | Location is the bottom border of the tool window. |
Remarks
COM Signature
From vsshell.idl: