AdvancedTextBoxIsInputKey Method

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

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
protected override bool IsInputKey(
	Keys keyData
)

Parameters

keyData  Keys
One of the key's values.

Return Value

Boolean
if the specified key is an input key; otherwise, .

See Also