Tagged Questions
2
votes
1answer
108 views
What's the right way, for testability, to add functionality to a ComboBox?
The desired functionality of the 'enhanced' combo box is a quick find method. Each item in the combobox has a ToString() method, such that they can be displayed in the drop down list. On clicking an ...