[]
Determines whether the specified key is an input key that the component can handle without preprocessing.
protected override bool IsInputKey(Keys keyData)
Protected Overrides Function IsInputKey(keyData As Keys) As Boolean
Type | Name | Description |
---|---|---|
Keys | keyData | Key to check |
Type | Description |
---|---|
bool | true if the specified key is a regular input key; otherwise, false. |