ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / DropDownCalendar Class / ProcessMnemonic Method
The character to process.

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