enum MouseCursor
in Tinman.AddOns.Application
Enumeration
of
default
mouse
cursors.
Items
Default
|
= 0
|
The
default
mouse
cursor.
|
Wait
|
= 1
|
The
wait
cursor.
|
Drag
|
= 2
|
A
cursor
that
indicates
a
drag
action.
|
Move
|
= 3
|
A
cursor
that
indicates
a
move
action.
|
Pick
|
= 4
|
A
cursor
that
is
used
for
picking
a
screen
location
precisely.
|
Help
|
= 5
|
The
help
cursor.
|