ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip 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 System.Char _
    ) As System.Boolean
    protected override System.bool ProcessMnemonic( 
       System.char charCode
    )

    Parameters

    charCode
    The character to process.

    Return Value

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