| Constant
| Description
|
PE_TC_DEFAULT_CURSOR
| CRPE default cursor = PE_TC_ARROW_CURSOR.
|
PE_TC_ARROW_CURSOR
| Arrow cursor.
|
PE_TC_CROSS_CURSOR
| Cross cursor.
|
PE_TC_IBEAM_CURSOR
| I-beam cursor.
|
PE_TC_UPARROW_CURSOR
| Arrow cursor pointing to the top of the screen.
|
PE_TC_SIZEALL_CURSOR
| 32-bit only.
|
PE_TC_SIZENWSE_CURSOR
| Sizing cursor when resizing from the top, left-hand side of the screen to the bottom, right-hand side of the screen.
|
PE_TC_SIZENESW_CURSOR
| Sizing cursor when resizing from the top, right-hand side of the screen to the bottom, left-hand side of the screen.
|
PE_TC_SIZEWE_CURSOR
| Sizing cursor when resizing from the left side of the screen to the right side of the screen.
|
PE_TC_SIZENS_CURSOR
| Sizing cursor when resizing from the top of the screen to the bottom of the screen.
|
PE_TC_NO_CURSOR
| 32-bit only.
|
PE_TC_WAIT_CURSOR
| Wait (i.e., hourglass) cursor.
|
PE_TC_APPSTARTING_CURSOR
| 32-bit only.
|
PE_TC_HELP_CURSOR
| 32-bit only.
|
PE_TC_SIZE_CURSOR
| Not used in 32-bit applications. Use PE_TC_SIZEALL_CURSOR.
|
PE_TC_ICON_CURSOR
| Not used in 32-bit applications. Use PE_TC_ARROW_CURSOR.
|
PE_TC_BACKGROUND_PROCESS_CURSOR
| CRPE specific cursor.
|
PE_TC_GRAB_HAND_CURSOR
| CRPE specific cursor.
|
PE_TC_ZOOM_IN_CURSOR
| CRPE specific cursor.
|
PE_TC_REPORT_SECTION_CURSOR
| CRPE specific cursor.
|
PE_TC_HAND_CURSOR
| CRPE specific cursor.
|
PE_TC_MAGNIFY_CURSOR
| CRPE specific cursor. Magnifying glass cursor (used for drill-down).
|