DropDown in Combobox

  • Thread starter Thread starter Claudio Di Flumeri
  • Start date Start date
C

Claudio Di Flumeri

When I click the arrow of a combobox, the list appears under the combo and
the DropDown event is raised. If, at this point, I click somewhere in the
form containing the combobox, the list disappears but the event is not
raised. How can I know when this event happens?
 
The DropDown event is not raised when you click on the form and the list
under the combo disappear
 
Claudio,

When you click on the combobox you select an item with what the selecteditem
changes.

Have a look at that event. Are you using visual.studio.net?

Cor
 

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