Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |