TreeView::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 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.
If the user is editing a tree node, the TreeView control treats keys such as ENTER, ESC, HOME, and END as input keys.
.NET Framework
Available since 1.1
Available since 1.1
Show: