InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / ProcessMnemonic Method
Code of the mnemonic key that was pressed.

In This Topic
    ProcessMnemonic Method (C1InputPanel)
    In This Topic
    Handle mnemonic keys.
    Syntax
    'Declaration
     
    Protected Overrides Function ProcessMnemonic( _
       ByVal charCode As Char _
    ) As Boolean
    protected override bool ProcessMnemonic( 
       char charCode
    )

    Parameters

    charCode
    Code of the mnemonic key that was pressed.

    Return Value

    True if the key was handled, false otherwise.
    See Also