HtmlWindow.Alert(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
顯示訊息方塊。
public:
void Alert(System::String ^ message);
public void Alert (string message);
member this.Alert : string -> unit
Public Sub Alert (message As String)
參數
備註
類別 System.Windows.Forms.MessageBox 提供更強大的方法版本 Alert 。