CtrlStartAlignment
("Start Position Alignment") defines the different
values that can be used to specify the alignment of the control's start position.
Additional Information
Name |
Value |
Description |
CONTROLSTART_DEFAULT |
0 |
Default
The control is aligned at the left border and further controls in the same line are displayed beside it with a small space.
|
CONTROLSTART_WITHOUTSEPARATOR |
1 |
No Gap
The control is aligned without a space to the predecessor.
|
CONTROLSTART_CHARPOSITION |
2 |
Width in Characters (Obsolete)
The control is placed at the specified position. The position is computed absolute in characters (medium width of the used character set).
|
CONTROLSTART_PERCENTPOSITION |
3 |
Width in Percent
The control is placed at the specified position relative to the width of the dialog.
|