PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / KeyMap Class / CanHandle Method
The keystroke to test.

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

    Parameters

    keyData
    The keystroke to test.

    Return Value

    True if the current keymap contains a handler for the keystroke, false otherwise.
    See Also