Unicode Controls & Classes for VB6 - Version 4
ctlUniFormCaption
.RightToLeft Property
Gets or sets the ability to show bidirectional text on the 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