Menu Constructor (Typed) | |
Construct a menu.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.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