Members of this enumeration can be assigned to the LayoutStyle property to a container box to specify how items are laid out inside that box.
SyntaxVB6
Copy Code
|
|---|
Public Enum ELayoutStyle |
C++
Copy Code
|
|---|
enum ELayoutStyle |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
lsVerticalCentered |
0 |
|
![]() |
lsVerticalLeft |
1 |
|
![]() |
lsVerticalRight |
2 |
|
![]() |
lsHorizontalCentered |
3 |
|
![]() |
lsHorizontalTop |
4 |
|
![]() |
lsHorizontalBottom |
5 |
|
![]() |
lsCustom |
6 |
|
See Also