Cursor Constructor | |
Construct a cursor.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner,
oObject,
lDimmed
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public Cursor(
Usual oOwner = default,
Usual oObject = default,
Usual lDimmed = default
)
Request Example
View SourceParameters
- 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