Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / KeyMap Class / HandleKey Method
The keystroke to handle.

In This Topic
    HandleKey Method (KeyMap)
    In This Topic
    Invokes the handler for the specified keystroke.
    Syntax
    'Declaration
     
    Public Function HandleKey( _
       ByVal keyData As Keys _
    ) As Boolean
    public bool HandleKey( 
       Keys keyData
    )

    Parameters

    keyData
    The keystroke to handle.

    Return Value

    The return value of the handler, false if it is not found.
    See Also