Click or drag to resize

StatusBar Constructor

X#
Construct a status bar.

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

Parameters

oOwner (Optional)
Type: Usual
The window that owns the status bar.
xID (Optional)
Type: Usual
The unique ID of the control (between 1 and 8000).
oPoint (Optional)
Type: Usual
The origin of the control in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the control in canvas coordinates.
See Also