Menu Constructor | |
Construct a menu.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
xResourceID
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public Menu(
Usual xResourceID = default
)
Request Example
View SourceParameters
- xResourceID (Optional)
- Type: Usual
The resource ID of the menu. If not specified, the system creates an empty menu.
See Also