ProcessMnemonic Method (C1InputPanel)
Handle mnemonic keys.
'Declaration
Protected Overrides Function ProcessMnemonic( _
ByVal As Char _
) As Boolean
protected override bool ProcessMnemonic(
char
)
Parameters
- charCode
- Code of the mnemonic key that was pressed.
Return Value
True if the key was handled, false otherwise.