Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1Button Class / ProcessMnemonic Method
The character to process.

In This Topic
    ProcessMnemonic Method (C1Button)
    In This Topic
    Processes a mnemonic character.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ProcessMnemonic( _
       ByVal charCode As Char _
    ) As Boolean
    protected virtual bool ProcessMnemonic( 
       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