C1.Win.Input Namespace / C1CheckBox Class / ProcessMnemonic Method
The character to process.

In This Topic
ProcessMnemonic Method (C1CheckBox)
In This Topic
Processes a mnemonic character.
Syntax
'Declaration
 
Protected Overrides Function ProcessMnemonic( _
   ByVal charCode As Char _
) As Boolean
 

Parameters

charCode
The character to process.

Return Value

true if the character was processed as a mnemonic by the control; otherwise, false.
See Also