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.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<GuidAttribute("1BA5FCB6-05E9-4721-979D-3CE2C9084479")> _
Public Enumeration OlMousePointer
'Usage
Dim instance As OlMousePointer
[GuidAttribute("1BA5FCB6-05E9-4721-979D-3CE2C9084479")]
public enum OlMousePointer

Members

Member name Description
olMousePointerDefault The default cursor.
olMousePointerArrow The cursor is the standard arrow.
olMousePointerCross The cursor is the cross.
olMousePointerIBeam The cursor is the I-beam text entry cursor.
olMousePointerSizeNESW Resize cursor from Northeast to Southwest.
olMousePointerSizeNS Resize cursor from North to South.
olMousePointerSizeNWSE Resize cursor from Northwest to Southeast.
olMousePointerSizeWE Resize cursor from West to East.
olMousePointerUpArrow The cursor is the vertical arrow.
olMousePointerHourGlass The cursor is the hourglass, representing that the application is busy.
olMousePointerNoDrop The cursor is the no-drop cursor.
olMousePointerAppStarting The cursor is the arrow and the hourglass, representing that the application is starting.
olMousePointerHelp The cursor is the What's This help cursor.
olMousePointerSizeAll Resize cursor in all directions.
olMousePointerCustom The cursor is represented by the custom cursor bitmap.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace