|
Default cursors provided by the application.
- Enumeration values:
-
DEF_ARROW_CURSOR |
Arrow cursor. |
DEF_RARROW_CURSOR |
Reverse arrow cursor. |
DEF_TEXT_CURSOR |
Text cursor. |
DEF_HSPLIT_CURSOR |
Horizontal split cursor. |
DEF_VSPLIT_CURSOR |
Vertical split cursor. |
DEF_XSPLIT_CURSOR |
Cross split cursor. |
DEF_SWATCH_CURSOR |
Color swatch drag cursor. |
DEF_MOVE_CURSOR |
Move cursor. |
DEF_DRAGH_CURSOR |
Resize horizontal edge. |
DEF_DRAGV_CURSOR |
Resize vertical edge. |
DEF_DRAGTL_CURSOR |
Resize upper-leftcorner. |
DEF_DRAGBR_CURSOR |
Resize bottom-right corner. |
DEF_DRAGTR_CURSOR |
Resize upper-right corner. |
DEF_DRAGBL_CURSOR |
Resize bottom-left corner. |
DEF_DNDSTOP_CURSOR |
Drag and drop stop. |
DEF_DNDCOPY_CURSOR |
Drag and drop copy. |
DEF_DNDMOVE_CURSOR |
Drag and drop move. |
DEF_DNDLINK_CURSOR |
Drag and drop link. |
DEF_CROSSHAIR_CURSOR |
Cross hair cursor. |
DEF_CORNERNE_CURSOR |
North-east cursor. |
DEF_CORNERNW_CURSOR |
North-west cursor. |
DEF_CORNERSE_CURSOR |
South-east cursor. |
DEF_CORNERSW_CURSOR |
South-west cursor. |
DEF_HELP_CURSOR |
Help arrow cursor. |
DEF_HAND_CURSOR |
Hand cursor. |
DEF_ROTATE_CURSOR |
Rotate cursor. |
DEF_WAIT_CURSOR |
Wait cursor. |
|