ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperLabel Class / ProcessMnemonic Method

In This Topic
    ProcessMnemonic Method (C1SuperLabel)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function ProcessMnemonic( _
       ByVal charCode As System.Char _
    ) As System.Boolean
    protected virtual System.bool ProcessMnemonic( 
       System.char charCode
    )

    Parameters

    charCode
    See Also