TXStatusBar.RightToLeft Property

Returns or sets a value specifying whether the status bar's display areas are shown from right to left or from left to right. If this property is set at runtime, its control window is recreated and must be newly assigned to the TXTextControl.StatusBarHandle property.

Introduced: 20.0.

Syntax

   TXStatusBar.RightToLeft [= boolean]
Setting Description
False (Default) Shows the status bar's display areas from left to right.
True Shows the status bar's display areas from right to left.

See Also