System.Cursor Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::WdCursorType Cursor { Microsoft::Office::Interop::Word::WdCursorType get(); void set(Microsoft::Office::Interop::Word::WdCursorType value); };
public Microsoft.Office.Interop.Word.WdCursorType Cursor { get; set; }
member this.Cursor : Microsoft.Office.Interop.Word.WdCursorType with get, set
Public Property Cursor As WdCursorType

Property Value

Applies to