DataGridView::IsInputKey Method (Keys)
.NET Framework (current version)
Determines whether the specified key is a regular 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 values.
Return Value
Type: System::Booleantrue if the specified key is a regular input key; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: