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

適用於

另請參閱