IsKeyValid Method
IsKeyValid(string)
Checks whether the key is valid.
Declaration
protected bool IsKeyValid(string key)
Protected Function IsKeyValid(key As String) As Boolean
Parameters
| Type |
Name |
Description |
| string |
key |
The key object of the button.
|
Returns