名前空間一覧 > GrapeCity.Web.Input.IMMessageBox 名前空間 > GcMessageBox クラス > Show メソッド : Show(String,String) メソッド |
Public Overloads Sub Show( _ ByVal promptMsg As String, _ ByVal defaultPromptMsg As String _ )
public void Show( string promptMsg, string defaultPromptMsg )
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) GcMessageBox1.Show("ユーザー名を入力してください。", "user1") End Sub
private void Button1_Click(object sender, System.EventArgs e) { GcMessageBox1.Show("ユーザー名を入力してください。", "user1"); }