SystemMenu Constructor | |
Construct a system menu.
Important! This method is used internally by X#. Normally, it should not be called in your application code. To create a system menu object, store the return value of the AppWindow:EnableSystemMenu() method.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public SystemMenu(
Usual oOwner = default
)
Request Example
View SourceParameters
- oOwner (Optional)
- Type: Usual
The window that owns the system menu.
The resource ID of the system menu. If not specified, the system creates an empty menu.
See Also