D Doug Crawford Jul 6, 2007 #1 Any ideas on how I can capture or simulate the DropDownClosed property for the Compact Framework ComboBox?
Any ideas on how I can capture or simulate the DropDownClosed property for the Compact Framework ComboBox?
M Moshe Peleg Jul 6, 2007 #2 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.
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.