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

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected override bool IsInputKey(
	Keys keyData
)

Parameters

keyData
Type: System.Windows.Forms..::.Keys
One of the Keys values.

Return Value

trueTruetruetrue (True in Visual Basic) if the specified key is a regular input key; otherwise falseFalsefalsefalse (False in Visual Basic).

See Also