Specifies directions.
SyntaxVB6
Copy Code
|
|---|
Public Enum EDirection |
C++
Copy Code
|
|---|
enum EDirection |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
dirLeft |
1 | Indicates left direction. |
![]() |
dirTop |
2 | Indicates top direction. |
![]() |
dirRight |
4 | Indicates right direction. |
![]() |
dirBottom |
8 | Indicates bottom direction. |
![]() |
dirAll |
15 | Indicates all directions. |
See Also