ArcObjects Library Reference (System)  

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(
  VARIANT_BOOL* IsRightToLeftUI
);
[C++]

Parameters

IsRightToLeftUI [out, retval]   IsRightToLeftUI is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IArcGISLocale Interface