Click or drag to resize

WindowScrollBar Constructor

X#
Construct a scroll bar.

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

Parameters

oOwner (Optional)
Type: Usual
The window that owns the scroll bar.
xID (Optional)
Type: Usual
The unique ID between 1 and 8000 of the scroll bar.
oPoint (Optional)
Type: Usual
The origin of the scroll bar, in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the scroll bar, in canvas coordinates.
lDataAware (Optional)
Type: Usual
A logical value specifying whether the list box is data aware.
See Also