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

适用于

另请参阅