System.Cursor Property

Returns or sets the state (shape) of the pointer. Can be one of the following WdCursorType constants: wdCursorIBeam, wdCursorNormal, wdCursorNorthwestArrow, or wdCursorWait.

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

Syntax

'Declaration
Property Cursor As WdCursorType
    Get
    Set
'Usage
Dim instance As System
Dim value As WdCursorType

value = instance.Cursor

instance.Cursor = value
WdCursorType Cursor { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdCursorType

See Also

Reference

System Interface

System Members

Microsoft.Office.Interop.Word Namespace