Click or drag to resize

Cursor Constructor

X#
Construct a cursor.

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

Parameters

oOwner (Optional)
Type: Usual
The window that owns the cursor.
oObject (Optional)
Type: Usual
Either the dimension of the cursor, in canvas coordinates, or the bitmap used to depict the cursor.
lDimmed (Optional)
Type: Usual
TRUE creates the cursor as semi-transparent (dim); FALSE creates the cursor as black. The default is TRUE.
See Also