ProcessMnemonic Method (C1ButtonControl)
Processes a mnemonic character.
'Declaration
Protected Overrides Function ProcessMnemonic( _
ByVal As Char _
) As Boolean
protected override bool ProcessMnemonic(
char
)
Parameters
- charCode
- The character to process.
Return Value
true if the character was processed as a mnemonic by the control; otherwise, false.