Setting combobox to nothing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What's the best way to deselect a combobox? In .NET, you can simply do
ComboboxName.SelectedIndex = -1.
 
blue_nirvana said:
What's the best way to deselect a combobox? In .NET, you can simply do
ComboboxName.SelectedIndex = -1.


In most cases:

ComboboxName = Null
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top