AmbientProperties.Cursor Właściwość

Definicja

Pobiera lub ustawia kursor otoczenia obiektu.

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

Wartość właściwości

Cursor

Element Cursor reprezentujący kursor obiektu.

Uwagi

Jeśli nie ma kursora otoczenia, wartość Cursor właściwości to null.

Dotyczy

Zobacz też