WdCursorType Enumeration

Specifies the state (shape) of the cursor.

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

Syntax

'Declaration
Public Enumeration WdCursorType
'Usage
Dim instance As WdCursorType
public enum WdCursorType

Members

Member name Description
wdCursorWait Hourglass cursor shape.
wdCursorIBeam I-beam cursor shape.
wdCursorNormal Normal cursor shape. Default; cursor takes shape designated by Microsoft Windows or the application.
wdCursorNorthwestArrow Diagonal cursor shape starting at top left corner.

See Also

Reference

Microsoft.Office.Interop.Word Namespace