GetLayoutRTL method


Available for all objects except ImageList and Thread.

Syntax

Invoke GetLayoutRTL, hWnd

Function

Gets the Layout property for an object.

Parameters

hWnd

Handle to the object whose property is to be retrieved.

Return value

Eax returns the current layout for the object.

Possible returned values are:

TRUE    The layout for the object is right-to-left (needs a Windows bi-directional platform).
FALSE  The layout for the object is left-to-right.

REMARKS: For more information about the layout, please see the Layout property.