TXButtonBar.RightToLeft Property

Returns or sets a value specifying whether the button bar's buttons 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.ButtonBarHandle property.

Introduced: 20.0.

Syntax

   TXButtonBar.RightToLeft [= boolean]
Setting Description
False (Default) Shows the button bar's buttons from left to right.
True Shows the button bar's buttons from right to left.

See Also