Ex:
Combo box1:
Thanks Up and down arrow keys works when combo box has its focus.
But how can i use characters to select items on combo box.
Ex: Apple,Banana,Orange are the items on combo box
and when i got focus on it and i press A key on keyboard Combo box item will display Apple.
Winforms..
Assuming WinForms, this is the default behavior when the ComboBox has focus.
If you’re not clicking on the ComboBox, you’re going to have to do something about it:
MouseEnterevent and set focus on the ComboBox.