cObject
---cUIObject
------DfBaseObject
---------DfBaseWindow
------------DfBaseUIWindow
---------------DfBaseContainer
------------------DfBaseDialog
---------------------DfBasePanel
------------------------DfBasetoolPanel
---------------------------CursorShape
The CursorShape class enables programs to change the appearance of the Windows cursor for any of various purposes.
Its primary use is automatic, and is controlled by the class definitions of your programs' objects. While any special cursor is in effect, mouse capture is on, so mouse events will be processed only by the CursorShape object.
Most often, you will use the Cursor_Wait and Cursor_Ready methods to change the cursor to an hourglass and back to the normal cursor.
To use this class manually, use Set Cursor.