A control's RightToLeft property determines whether or not the control supports locales using right-to-left fonts.
If the property is set to 'Yes', it will have the following effects on controls:
- Controls that include text are displayed from right to left.
- Vertical scroll bars display on the left side of scrollable controls, and horizontal scrollbars are right-aligned.
- Check box and Radio button labels display on the opposite side of the control.
- Text displayed in title bars, menus, list boxes, combo boxes, etc. is right-aligned.
If the property is set to 'Inherit', the setting is inherited from the parent control.
For applications that do not support right-to-left fonts, this property should be set to 'No'.