Visual Basic uses the Alignment property to re-orient controls so they appear in a proper RTL format. For example, if the Alignment property for a check box is set to Right Justify, the check box portion of the control will be placed to the right of the label portion of the control.
Note New objects placed on an RTL form will appear with their RightToLeft property set to True and Alignment property (if applicable) set to Right Justify and will display in a correct RTL direction.