Click or drag to resize

VerticalSlider Constructor (Typed)

X#
Construct a vertical slider.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.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 vertical slider.
xID (Optional)
Type: Usual
The unique ID between 1 and 8000 of the vertical slider.
oPoint (Optional)
Type: Usual
The origin of the vertical slider in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the vertical slider in canvas coordinates.
See Also