名前空間一覧 > GrapeCity.Web.Input.IMDate 名前空間 > GcDateTime クラス : DroppedDown プロパティ |
例外 | 解説 |
---|---|
System.InvalidOperationException | コントロールがUpdatePanelに配置されていません。 |
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) GcDateTime1.DroppedDown = True End Sub
private void Button1_Click(object sender, System.EventArgs e) { GcDateTime1.DroppedDown = true; }