清除vb 2008中的组合框

时间:2012-10-04 12:22:23

标签: visual-studio-2008 combobox refresh

如果组合框的下拉样式为“dropwdownlist”,如何清除或刷新visual basic 2008中的组合框?如果样式是“下拉列表”,我可以刷新组合框但是当我将其更改为“下拉列表”时我无法再清除它/

这是我用来清除文字的代码。

End With
    With cmbItemType
        cmbItemType.ResetText()
    End With

1 个答案:

答案 0 :(得分:0)

selectedindex设置为-1

在您的情况下,它应该是cmbItemType.SelectedIndex = -1