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 더 강력한 버전을 제공합니다.

적용 대상

추가 정보