VSTWT_LOCATION Enum

Definition

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

VSTWT_BOTTOM 3

Location is the bottom border of the tool window.

VSTWT_LEFT 0

Location is the left border of the tool window.

VSTWT_RIGHT 2

Location is the right border of the tool window.

VSTWT_TOP 1

Location is the top border of the tool window.

Remarks

COM Signature

From vsshell.idl:

Applies to