ArcObjects Library Reference (System)  

IArcGISLocale.RightToLeftTable Property

Indicates if the UI locale is right to left table.

[Visual Basic .NET]
Public ReadOnly Property RightToLeftTable As Boolean
[C#]
public bool RightToLeftTable {get;}
[C++]
HRESULT get_RightToLeftTable(
  VARIANT_BOOL* IsRightToLeftTable
);
[C++]

Parameters

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

Product Availability

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

See Also

IArcGISLocale Interface