ScriptEditorControl.ShowMessage 메서드

정의

protected:
 System::Windows::Forms::DialogResult ShowMessage(System::String ^ message, System::String ^ caption, System::Windows::Forms::MessageBoxButtons buttons, System::Windows::Forms::MessageBoxIcon icon);
protected System.Windows.Forms.DialogResult ShowMessage (string message, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon);
member this.ShowMessage : string * string * System.Windows.Forms.MessageBoxButtons * System.Windows.Forms.MessageBoxIcon -> System.Windows.Forms.DialogResult
Protected Function ShowMessage (message As String, caption As String, buttons As MessageBoxButtons, icon As MessageBoxIcon) As DialogResult

매개 변수

message
String
caption
String

반환

적용 대상