How to change ComboBox keyboard input behaviour
See the question and my original answer on StackOverflowI don't think there is a "simple way". You need build a custom ComboBox class and override the Control.ProcessKeyEventArgs Method.
I don't think there is a "simple way". You need build a custom ComboBox class and override the Control.ProcessKeyEventArgs Method.