Click or drag to resize

Menu.MakeMenuRtol Method (Typed)

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:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD MakeMenuRtol(
	lRToL AS LOGIC
) AS USUAL
Request Example View Source

Parameters

lRToL
Type: Logic
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