AmbientProperties.Cursor Proprietà

Definizione

Ottiene o imposta il cursore di ambiente di un oggetto.

public:
 property System::Windows::Forms::Cursor ^ Cursor { System::Windows::Forms::Cursor ^ get(); void set(System::Windows::Forms::Cursor ^ value); };
public System.Windows.Forms.Cursor Cursor { get; set; }
public System.Windows.Forms.Cursor? Cursor { get; set; }
member this.Cursor : System.Windows.Forms.Cursor with get, set
Public Property Cursor As Cursor

Valore della proprietà

Cursor

Oggetto Cursor che rappresenta il cursore di un oggetto.

Commenti

Se non è presente alcun cursore ambientale, il valore della Cursor proprietà è null.

Si applica a

Vedi anche