mouseCursor

Type: Binary (picture)

Availability: Read or write at any time, but the setting is ignored at development time

The mouseCursor property of the Window class contains a cursor that is not provided by the system to display when the mouse is over a form or control. This process is achieved by assigning a cursor (by using the Application class loadPicture method (app.loadPicture) to load the mouseCursor property and then setting the mousePointer property to MousePointer_Cursor).

The definition of a mouse cursor includes the position of the hotspot. The tool that you use to create a cursor should include the ability to define the hotspot. Icons used as cursors default to the top left position because an icon has no hotspot.