Unicode Controls & Classes for VB6 - Version 4
ctlUniRichTextBoxXP
.RightToLeft Property
Gets or sets the bidirectional input on the entire control
Syntax
Public Property Get RightToLeft () As Boolean
Public Property Let RightToLeft (ByVal
bState
As Boolean)
Parameters
Parameter
Description
ByVal
bState
As Boolean
True for RLT, False otherwise
Remarks