ChildAppWindow Constructor | |
Construct a child application window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner,
lManaged,
lImpl
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public ChildAppWindow(
Usual oOwner = default,
Usual lManaged = default,
Usual lImpl = default
)
Request Example
View SourceParameters
- oOwner (Optional)
- Type: Usual
The window that owns the child application window. - lManaged (Optional)
- Type: Usual
Indicates how to manage the child application window. If TRUE, the child window is managed by its owner as an MDI client.
If FALSE (the default), the child window does not take its default style and menu from the MDI shell. In this case, you must explicitly provide code to control its behavior.
- lImpl (Optional)
- Type: Usual
** missing parameter documentation **
See Also