名前空間一覧 > GrapeCity.Web.Input.IMMessageBox 名前空間 > GcMessageBox クラス > Show メソッド : Show(String,DialogType) メソッド |
Public Overloads Sub Show( _ ByVal message As String, _ ByVal dialogType As DialogType _ )
public void Show( string message, DialogType dialogType )
Imports GrapeCity.Web.Input.Core Protected Sub GcDateTime1_InvalidRange(ByVal sender As Object, ByVal e As System.EventArgs) GcMessageBox1.Show("入力範囲を超えています。", DialogType.Alert) End Sub
using GrapeCity.Web.Input.Core; private void GcDateTime1_InvalidRange(object sender, System.EventArgs e) { GcMessageBox1.Show("入力範囲を超えています。", DialogType.Alert); }