Returns true if the specified value is an input key (as arrow keys)

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
protected override bool IsInputKey(
	Keys keyData
)
Protected Overrides Function IsInputKey ( _
	keyData As Keys _
) As Boolean
protected:
virtual bool IsInputKey(
	Keys keyData
) override

Parameters

keyData
Keys
The key code.

Return Value

Return true or False.

See Also