ComboBox double click

  • Thread starter Thread starter perspolis
  • Start date Start date
P

perspolis

hi
I manage a double click event in a combo box..
but this event doesn't fire
????
I don't know why??
 
Check if you are handling the double click event in
Properties-->events of the combobox
 
Yes I handle it..
but this handling dosen't work..
The Click event works but Double Click dosen't work.
 
If you handle click you cant handle double click because the firing of the
click event to a handler stops the control waiting to see if there is a
second click.

Ciaran
 
I didn't handle Click event but I handle SelectedIndexChange...does this
event prevent from firing Double Click??
 

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