GetRightToLeft method
Available for all objects except Image, HScroll, VScroll, ToolBar, ProgressBar, Slider, UpDown and Animate.
Prototype
GetRightToLeft Proto hWnd:HWND
Syntax
Invoke GetRightToLeft, hWnd
Function
Gets the RightToLeft property for an object.
Parameters
hWnd
Handle to the object.
Return value
Eax returns the current right-to-left reading order for the object.
Possible returned values are:
TRUE Text is displayed using the right-to-left reading order (needs a Windows bi-directional platform).
FALSE Text is displayed from left to right.