WebControl.Cursor
From Xojo Documentation
Property (As Integer )
aWebControl.Cursor = newIntegerValue
or
IntegerValue = aWebControl.Cursor
New in 2010r4
Supported for all project types and targets.
or
IntegerValue = aWebControl.Cursor
New in 2010r4
Supported for all project types and targets.
The cursor that will be displayed when the pointer is over the control.
Notes
See the WebCursors module for more information.
Example
The following statement changes the cursor to the finger pointer when the pointer is in the region of the parent.
Me.Cursor = System.WebCursors.FingerPointer