HtmlWindow.Alert(String) Method

Definition

Displays a message box.

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

Parameters

message
String

The String to display in the message box.

Remarks

The System.Windows.Forms.MessageBox class offers a more powerful version of the Alert method.

Applies to

See also