BiDiMode Property
Specifies the bi-directional mode for the control.
Description
The bi-directional mode controls the reading order for the text, the placement of the vertical scroll bar, and whether the alignment is changed.
Value |
Meaning |
bdLeftToRight |
Reading order is left to right. Alignment is not changed. The vertical scroll bar appears on the right edge of the control. |
bdRightToLeft |
Reading order is right to left. Alignment is changed. The vertical scroll bar appears on the left edge of the control. |
bdRightToLeftNoAlign |
Reading order is right to left. Alignment is not changed. The vertical scroll bar appears on the left edge of the control. |
bdRightToLeftReadingOnly |
Reading order is right to left. Alignment and scroll bar are not changed. |