System.Cursor Propiedad

Definición

Devuelve o establece el estado (la forma) del puntero. Puede ser una de las siguientes WdCursorType constantes: wdCursorIBeam, wdCursorNormal, wdCursorNorthwestArrow o 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

Valor de propiedad

Se aplica a