Click or drag to resize

ChildAppWindow Constructor

X#
Construct a child application window.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwner,
	lManaged,
	lImpl
) CLIPPER
Request Example View Source

Parameters

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