Table of Contents

Method IsInputKey

Namespace
VectorDraw.Professional.Control
Assembly
VDrawBaseControl.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 System.Windows.Forms.Keys values.

Returns

bool

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