Menu.MakeMenuRtol Method (Typed) | |
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
public virtual Usual MakeMenuRtol(
bool lRToL
)
Request Example
View SourceParameters
- 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:
UsualRemarks
This method is only functional if you are using an International, bi-directional version of Windows.
See Also