Visual Basic Reference
RightToLeft Property
See Also Example Applies To
Returns a boolean value that indicates the text display direction and controls the visual appearance on a bidirectional system.
Syntax
object**.RightToLeft**
The RightToLeft property syntax has this part:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
Settings
The possible boolean return values from the RightToLeft property are:
Setting | Description |
True | The control is running on a bi-directional platform, such as Arabic Windows95 or Hebrew Windows95, and text is running from right to left. The control should modify its behavior, such as putting vertical scroll bars at the left side of a text or list box, putting labels to the right of text boxes, etc. |
False | The control should act as though it was running on a non-bidirectional platform, such as English Windows95, and text is running from left to right. If the container does not implement this ambient property, this will be the default value. |