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
keyDataKeysOne of the System.Windows.Forms.Keys values.
Returns
- bool
true if the specified key is a regular input key; otherwise, false.