PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / KeyMapStack Class / CanHandle Method / CanHandle(Keys) Method
The keystroke to test.

In This Topic
    CanHandle(Keys) Method
    In This Topic
    Tests whether the stack contains a keymap that can handle the keystroke.
    Syntax
    'Declaration
     
    Public Overloads Function CanHandle( _
       ByVal keyData As Keys _
    ) As Boolean
    public bool CanHandle( 
       Keys keyData
    )

    Parameters

    keyData
    The keystroke to test.

    Return Value

    True if a handler is found, false otherwise.
    See Also