TextBox::IsInputKey Method (Keys)
.NET Framework (current version)
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 key's values.
The IsInputKey method returns true when keyData includes the Return value and the AcceptsReturn property is true.
.NET Framework
Available since 1.1
Available since 1.1
Show: