TopAppWindow Constructor | |
Create a top-level application window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public TopAppWindow(
Usual oOwner = default
)
Request Example
View SourceParameters
- oOwner (Optional)
- Type: Usual
The window that owns the top-level application window, which is the application itself. If not specified, SELF is used.
See Also