The ControlCursor enumeration contains looks of cursor that is displayed when the mouse cursor is pointed at the component.
It is used by the following property:
Value |
Brief description |
-1 |
Default_. Default cursor for the component. |
32512 |
Arrow. Main mode. |
32513 |
IBeam. Text highlighting. |
32514 |
Wait. System is inaccessible. |
32515 |
Cross. Graphic highlighting. |
32516 |
UpArrow. Special highlighting |
32642 |
SizeNWSE. Resize along diagonal 1. |
32643 |
SizeNESW. Resize along diagonal 2. |
32644 |
SizeWE. Horizontal resize. |
32645 |
SizeNS. Vertical resize. |
32646 |
SizeAll. Move. |
32648 |
SizeNo. Operation is impossible. |
32649 |
Hand. Link selection. |
32650 |
AppStarting. Background mode. |
32651 |
Help. Help selection. |
See also: