Cursors.NoMove2D Proprietà

Definizione

Ottiene il cursore visualizzato durante le operazioni con rotellina quando il mouse non è in movimento, ma la finestra può essere scorrevole sia in direzione orizzontale che verticale.

public:
 static property System::Windows::Forms::Cursor ^ NoMove2D { System::Windows::Forms::Cursor ^ get(); };
public static System.Windows.Forms.Cursor NoMove2D { get; }
static member NoMove2D : System.Windows.Forms.Cursor
Public Shared ReadOnly Property NoMove2D As Cursor

Valore della proprietà

Oggetto Cursor che rappresenta il cursore visualizzato durante le operazioni con rotellina quando il mouse non viene spostato.

Si applica a

Vedi anche