System.Cursors
From Xojo Documentation
Supported Platforms Project Types: Desktop Platforms: macOS, Windows, Linux |
Read-Only Property (As MouseCursor )
Provides access to the cursors in the Cursors module.
Notes
Use these cursors to change the current mouse pointer to any of the standard cursor shapes.
Example
The following line in the MouseDown event of a Canvas changes the cursor to the HandClosed cursor. Returning True allows the MouseUp event to be called.
See Also
Cursors module; MouseCursor class.