C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / ProcessMnemonic Method
Code of the mnemonic key that was pressed.

In This Topic
ProcessMnemonic Method (C1InputPanel)
In This Topic
Handle mnemonic keys.
Syntax
'Declaration
 
Protected Overrides Function ProcessMnemonic( _
   ByVal charCode As Char _
) As Boolean
 

Parameters

charCode
Code of the mnemonic key that was pressed.

Return Value

True if the key was handled, false otherwise.
See Also