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

In This Topic
    HandleKey Method (KeyMapStack)
    In This Topic
    Handles a 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

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