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


IArcGISLocale.RightToLeftUI 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.RightToLeftUI Property
ArcGIS Developer Help

IArcGISLocale.RightToLeftUI Property

Indicates if the UI locale is right to left user interface.

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

IsRightToLeftUI is a parameter of type bool*

Product Availability

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

See Also

IArcGISLocale Interface