AdvancedTextBoxIsInputKey Method
Determines whether the specified key is an input key or a special key that requires preprocessing.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
protected override bool IsInputKey(
Keys keyData
)
Protected Overrides Function IsInputKey (
keyData As Keys
) As Boolean
protected:
virtual bool IsInputKey(
Keys keyData
) override
abstract IsInputKey :
keyData : Keys -> bool
override IsInputKey :
keyData : Keys -> bool
- keyData Keys
- One of the key's values.
Boolean if the specified key is an input key; otherwise,
.