TextBoxBase::IsInputKey Method (Keys)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Determines whether the specified key is an input key or a special key that requires preprocessing.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- keyData
-
Type:
System.Windows.Forms::Keys
One of the Keys value.
The IsInputKey method returns true when the keyData parameter includes the Tab value and the AcceptsTab property is true. IsInputKey returns false if keyData contains both Tab and Control.
.NET Framework
Available since 1.1
Available since 1.1
Show: