System.Windows.Forms.ToolStrip.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 System.Windows.Forms.Keys values.

Returns

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

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0