Table of Contents

Method IsInputKey

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsInputKey(Keys)

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

protected virtual bool IsInputKey(Keys keyData)

Parameters

keyData Keys

One of the Keys values.

Returns

bool

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