C1.Win.8 Assembly / C1.Win.SuperTooltip Namespace / C1SuperLabelBase Class / ProcessMnemonic Method
The character to process.

In This Topic
ProcessMnemonic Method (C1SuperLabelBase)
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