Click or drag to resize

Menu.MakeMenuRtol Method

X#
Reverse the order of the menu items in a menu. This is only necessary if you are using an International, bi-directional version of Windows.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD MakeMenuRtol(
	lRToL
) AS USUAL CLIPPER
Request Example View Source

Parameters

lRToL (Optional)
Type: Usual
If TRUE, the menu items appear from right to left; if FALSE, they appear from left to right. If omitted, the default value is TRUE.

Return Value

Type: Usual
Remarks
This method is only functional if you are using an International, bi-directional version of Windows.
See Also