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