System.Windows.Forms.TreeView.IsInputKey Method

Determines whether the specified key is a regular input key or a special key that requires preprocessing.

Syntax

protected override bool IsInputKey (Keys keyData)

Parameters

keyData
One of the Keys values.

Returns

true if the specified key is a regular input key; otherwise, false.

Remarks

If the user is editing a tree node, the System.Windows.Forms.TreeView control treats keys such as ENTER, ESC, HOME, and END as input keys.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0