Click or drag to resize

HorizontalScrollBar Constructor

X#
Construct a horizontal scroll 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 horizontal scroll bar.
xID (Optional)
Type: Usual
The unique ID of the horizontal scroll bar (between 1 and 8000).
oPoint (Optional)
Type: Usual
The origin of the horizontal scroll bar in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the horizontal scroll bar in canvas coordinates.
See Also