TextOnLeft Property

The TextOnLeft property determines whether the description for a check box appears to the left or the right of the check box.

Applies to: Check boxes.

Setting dynamically:

Winform Set form.checkbox.TEXTONLEFT TO {0|1};

Property Settings:

0 - No

Places the text on the right (default).

1 - Yes

Places the text on the left.


WebFOCUS