DropDownClosed event for ComboBox

D

Doug Crawford

Any ideas on how I can capture or simulate the DropDownClosed property
for the Compact Framework ComboBox?
 
M

Moshe Peleg

Try one of these events:

- "Selected index changed" (when you select an item it also close the combo,
but not if the user select the same item).
- Validating / validated / lost focus.
 

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

Similar Threads


Top