InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / IMnemonicElement Interface / HandleMnemonic Method

In This Topic
    HandleMnemonic Method (IMnemonicElement)
    In This Topic
    Method that gets called when the user presses the hot key that corresponds to this Element.
    Syntax
    'Declaration
     
    Function HandleMnemonic() As Boolean
    bool HandleMnemonic()

    Return Value

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