Click or drag to resize

ChildAppWindow.Show Method

X#
Display a window.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Show(
	kShowState
) AS USUAL CLIPPER
Request Example View Source

Parameters

kShowState (Optional)
Type: Usual

Return Value

Type: Usual
NIL
Remarks
ConstantDescription
SHOWICONIZEDShows the window initially as an icon. The user must click on the icon to begin to operate the window
SHOWNORMAL Shows the window on its owner, in a size chosen by the owner. If the owner is the desktop, the window appears quite large, but not filling the whole desktop. You can control the window's size precisely, if you wish, by assigning to its Size and Origin variables. The user can always re-size the window to their own requirements. This is the default.
SHOWZOOMEDShows the window at the maximum size allowed by its owner. If the owner is the desktop, the window occupies the whole desktop.
See Also