[]
Processes a mnemonic character.
protected override bool ProcessMnemonic(char charCode)
Protected Overrides Function ProcessMnemonic(charCode As Char) As Boolean
| Type | Name | Description |
|---|---|---|
| char | charCode | The character to process. |
| Type | Description |
|---|---|
| bool | True if the character was processed as a mnemonic by the control; otherwise, false. |