| Constant | Value | Description |
|
| fmMousePointerDefault | 0 | Standard pointer. The image is determined by the object (default). |
| fmMousePointerArrow | 1 | Arrow. |
| fmMousePointerCross | 2 | Cross-hair pointer. |
| fmMousePointerIBeam | 3 | I-beam. |
| fmMousePointerSizeNESW | 6 | Double arrow pointing northeast and southwest. |
| fmMousePointerSizeNS | 7 | Double arrow pointing north and south. |
| fmMousePointerSizeNWSE | 8 | Double arrow pointing northwest and southeast. |
| fmMousePointerSizeWE | 9 | Double arrow pointing west and east. |
| fmMousePointerUpArrow | 10 | Up arrow. |
| fmMousePointerHourglass | 11 | Hourglass. |
| fmMousePointerNoDrop | 12 | "Not" symbol (circle with a diagonal line) on top of the object being dragged. Indicates an invalid drop target. |
| fmMousePointerAppStarting | 13 | Arrow with an hourglass. |
| fmMousePointerHelp | 14 | Arrow with a question mark. |
| fmMousePointerSizeAll | 15 | Size all cursor (arrows pointing north, south, east, and west). |
| fmMousePointerCustom | 99 | Uses the icon specified by the MouseIcon property. |