RightToLeft Property (ActiveX Controls)

       

Returns a boolean value that indicates the text display direction and controls the visual appearance on a bidirectional system.

Syntax

object.RightToLeft

The object placeholder represents 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 placing vertical scroll bars at the left side of a text or list box, placing labels to the right of text boxes, and so on.
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 is the default value.