Cursors.AppStarting Proprietà

Definizione

Ottiene il cursore visualizzato all'avvio dell'applicazione.

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

Valore della proprietà

Oggetto Cursor che rappresenta il cursore visualizzato all'avvio di un'applicazione.

Si applica a

Vedi anche