This document is archived and information here might be outdated.  Recommended version.


IArcGISLocale.RightToLeft Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IArcGISLocale Interface > IArcGISLocale.RightToLeft Property
ArcGIS Developer Help

IArcGISLocale.RightToLeft Property

Indicates if the UI locale is right to left.

[Visual Basic .NET]
Public ReadOnly Property RightToLeft As Boolean
[C#]
public bool RightToLeft {get;}
[C++]
HRESULT get_RightToLeft(
  Boolean* IsRightToLeft
);
[C++]
Parameters
IsRightToLeft [out, retval]

IsRightToLeft is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IArcGISLocale Interface