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