TreeView::IsInputKey Method (Keys)

 

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.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual bool IsInputKey(
	Keys keyData
) override

Parameters

keyData
Type: System.Windows.Forms::Keys

One of the Keys values.

Return Value

Type: System::Boolean

true 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
Return to top
Show: