IsInputKey(Control,Keys) Method
Internal version of IsInputKey that should be called by hosted controls in order to allow the view to handle tab keys, arrows, etc.
'Declaration
Public Overloads Overrides Function IsInputKey( _
ByVal As Control, _
ByVal As Keys _
) As Boolean
Parameters
- ctl
- keyData
Return Value
True if the specified key is a regular input key; otherwise, false.