RectControl.MouseCursor Property
Syntax
MouseCursor as MouseCursor
The cursor to be displayed while the mouse is within the control and both the Application and Window classes's MouseCursor properties are Nil. If the Application class's MouseCursor property is not Nil or the Window's MouseCursor property is not Nil, then any control's MouseCursor property is ignored.
You can use a cursor stored in the Cursors object. On Macintosh, you can also obtain a MouseCursor from a resource file.