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

In This Topic
    ClearHandler Method (KeyMap)
    In This Topic
    Removes the handler for the specified keystroke from the keymap.
    Syntax
    'Declaration
     
    Public Sub ClearHandler( _
       ByVal keyData As Keys _
    ) 
    public void ClearHandler( 
       Keys keyData
    )

    Parameters

    keyData
    The keystroke to remove.
    See Also