This document is archived and information here might be outdated. Recommended version. |
Indicates if the reading direction is right to left.
[Visual Basic .NET] Public Property RightToLeft As Boolean
[C#] public bool RightToLeft {get; set;}
[C++]
HRESULT get_RightToLeft(
Boolean* RightToLeft
);
[C++]
HRESULT put_RightToLeft(
VARIANT_BOOL RightToLeft
);
[C++]
Parameters RightToLeft [out, retval]
RightToLeft is a parameter of type bool* RightToLeft [in]
RightToLeft is a parameter of type bool