[]
Internal version of IsInputKey that should be called by hosted controls in order to allow the view to handle tab keys, arrows, etc.
public override bool IsInputKey(Control ctl, Keys keyData)
Type | Name | Description |
---|---|---|
Control | ctl | |
Keys | keyData |
Type | Description |
---|---|
bool | True if the specified key is a regular input key; otherwise, false. |