Table of Contents

Method IsInputKey

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

IsInputKey(Keys)

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

protected override 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.