Method Reference
MouseGetCursor
Returns a cursor ID Number of the current Mouse Cursor
MouseGetCursor
Return Value
Returns a cursor ID Number:0 = UNKNOWN (this includes pointing and grabbing hand icons)
1 = APPSTARTING
2 = ARROW
3 = CROSS
4 = HELP
5 = IBEAM
6 = ICON
7 = NO
8 = SIZE
9 = SIZEALL
10 = SIZENESW
11 = SIZENS
12 = SIZENWSE
13 = SIZEWE
14 = UPARROW
15 = WAIT
Related
Example
Set oAutoIt = WScript.CreateObject("AutoItX3.Control") oAutoIt.Sleep 2000 'allow time to move mouse before reporting ID cursor = oAutoIt.MouseGetCursor() WScript.Echo "ID = " & cursor