Class: CursorShape

Properties  Events  Methods    Index of Classes

Enables programs to change the appearance of the Windows cursor for any of various purposes

Hierarchy

cObject
---cUIObject
------DfBaseObject
---------DfBaseWindow
------------DfBaseUIWindow
---------------DfBaseContainer
------------------DfBaseDialog
---------------------DfBasePanel
------------------------DfBasetoolPanel
---------------------------CursorShape

Library: Windows Application Class Library

Package: Cursor.pkg

Description

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.