OlMousePointer Enumeration
Specifies the mouse cursor that is displayed while the mouse is positioned over a control and a drag/drop operation is not being performed.
Version Information
Version Added: Outlook 2007
Name |
Value |
Description |
---|---|---|
olMousePointerAppStarting |
13 |
The cursor is the arrow and the hourglass, representing that the application is starting. |
olMousePointerArrow |
1 |
The cursor is the standard arrow. |
olMousePointerCross |
2 |
The cursor is the cross. |
olMousePointerCustom |
99 |
The cursor is represented by the custom cursor bitmap. |
olMousePointerDefault |
0 |
The default cursor. |
olMousePointerHelp |
14 |
The cursor is the What's This help cursor. |
olMousePointerHourGlass |
11 |
The cursor is the hourglass, representing that the application is busy. |
olMousePointerIBeam |
3 |
The cursor is the I-beam text entry cursor. |
olMousePointerNoDrop |
12 |
The cursor is the no-drop cursor. |
olMousePointerSizeAll |
15 |
Resize cursor in all directions. |
olMousePointerSizeNESW |
6 |
Resize cursor from Northeast to Southwest. |
olMousePointerSizeNS |
7 |
Resize cursor from North to South. |
olMousePointerSizeNWSE |
8 |
Resize cursor from Northwest to Southeast. |
olMousePointerSizeWE |
9 |
Resize cursor from West to East. |
olMousePointerUpArrow |
10 |
The cursor is the vertical arrow. |