Part | Description | |
object | Required. A valid object. | |
fmTextAlign | Optional. How text is aligned in the control. |
Constant | Value | Description | |
fmTextAlignLeft | 1 | Aligns the first character of displayed text with the left edge of the control's display or edit area (default). | |
fmTextAlignCenter | 2 | Centers the text in the control's display or edit area. | |
fmTextAlignRight | 3 | Aligns the last character of displayed text with the right edge of the control's display or edit area. |