HtmlWindow.Alert(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Affiche une boîte de message.
public:
void Alert(System::String ^ message);
public void Alert (string message);
member this.Alert : string -> unit
Public Sub Alert (message As String)
Paramètres
Remarques
La System.Windows.Forms.MessageBox classe offre une version plus puissante de la Alert méthode.