HtmlWindow.Alert(String) 方法

定义

显示消息框。

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

参数

message
String

String 显示在消息框中。

注解

System.Windows.Forms.MessageBox 类提供更强大的 Alert 方法版本。

适用于

另请参阅