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)

Usage

Dim wdCursorType1 As WdCursorType = WdCursorType.wdCursorIBeam

Syntax

Public Enum WdCursorType
public enum WdCursorType
public enum class WdCursorType
public enum WdCursorType
public enum WdCursorType

Members

Member name Description
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.
wdCursorWait Hourglass cursor shape.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace