c# - How can I force a DropDownList style ComboBox to only open when the user clicks the drop-down button? -
In C # .NET 2.0, I have a WinForms ComboBox with ComboBoxStyle DropDownList. However, when the user clicks anywhere on the combo box, the drop down appears. Instead, I want to only open when I when the user explicitly clicks on the drop-down button on the rest of the user combo box, I can just so he or she can use some keyboard commands on selected items it Want to assign a keyboard. What is the best way to do this?
Help some of the other answers, I came to the quick solution:
Comments
Post a Comment