Determines whether the specified key is a regular input key or a special key that requires preprocessing.
- keyData
One of the System.Windows.Forms.Keys values.
![]()
true if the specified key is a regular input key; otherwise, false.
The ComboBox.IsInputKey(Keys) method returns true when the keyData parameter includes the Keys.Return or Keys.Escape value and the ComboBox.DroppedDown property is true.