HtmlWindow.Alert(String) Metoda

Definicja

Wyświetla okno komunikatu.

public:
 void Alert(System::String ^ message);
public void Alert(string message);
member this.Alert : string -> unit
Public Sub Alert (message As String)

Parametry

message
String

Element String do wyświetlenia w oknie komunikatu.

Uwagi

Klasa System.Windows.Forms.MessageBox oferuje bardziej zaawansowaną wersję metody Alert.

Dotyczy

Zobacz też