Enum User32.SystemCursor
public enum User32.SystemCursor
Fields
AppStarting = 32650Application starting (arrow + wait) (IDC_APPSTARTING)
Arrow = 32512Standard arrow cursor (IDC_ARROW)
Cross = 32515Crosshair (IDC_CROSS)
Hand = 32649Hand / link cursor (IDC_HAND)
Help = 32651Help cursor (arrow + question) (IDC_HELP)
IBeam = 32513I-beam text cursor (IDC_IBEAM)
No = 32648Slashed circle (not allowed) (IDC_NO)
SizeAll = 32646Resize all directions (IDC_SIZEALL)
SizeNESW = 32643Resize NE-SW / diagonal (IDC_SIZENESW)
SizeNS = 32645Resize vertical (IDC_SIZENS)
SizeNWSE = 32642Resize NW-SE / diagonal (IDC_SIZENWSE)
SizeWE = 32644Resize horizontal (IDC_SIZEWE)
UpArrow = 32516Up arrow (rarely used) (IDC_UPARROW)
Wait = 32514Hourglass / wait (legacy) (IDC_WAIT)