Method ProcessKey
ProcessKey(Key)
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.
public abstract bool ProcessKey(Key a)
Parameters
aKeyThe key event.
Returns
- bool
trueif the key can be handledfalseotherwise.