The properties of the Cursor class are listed below. For a complete list of Cursor class members, see the Cursor Members topic.
Clip | The current cursor clipping rectangle in screen coordinates. A clipped cursor will only be allowed to move within it's rectangle. Generally, the OS only allows this if the mouse is currently captured. If the cursor is not currently clipped, the resulting rectangle contains the dimensions of the entire screen. |
Current | The current mouse cursor, or null if the cursor is not visible. |
Handle | The Win32 handle for this object. This is not a copy of the handle; do not free it. |
Position | The current cursor position in screen coordinates. When setting this property, if the new coordinates are not within the screen rectangle set by the most recent setClip() call, Windows automatically adjusts the coordinates so that the cursor stays within the rectangle. |
Size | The size of this cursor object. |