Method ProcessKey
ProcessKey(KeyEvent)
Handle key events before HostControl e.g. to make key events like up/down apply to the autocomplete control instead of changing the cursor position in the underlying text view.
bool ProcessKey(KeyEvent kb)
Parameters
kb
KeyEventThe key event.
Returns
- bool
true
if the key can be handledfalse
otherwise.