System.WebCursors

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aSystem.WebCursors

Supported for all project types and targets.

Provides access to the cursors in the WebCursors module.

Notes

Use these cursors to change the current mouse pointer to any of the standard cursor shapes.

Example

The following code changes the pointer to a Finger Pointer when it is moved into the region of the control.

Me.Cursor = System.WebCursors.FingerPointer
Return True

See Also

WebCursors module