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 zone 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 classe System.Windows.Forms.MessageBox offre une version plus puissante de la méthode Alert.