Removes the handler for the specified keystroke from the keymap.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public void ClearHandler(
	Keys keyData
)
Visual Basic
Public Sub ClearHandler ( _
	keyData As Keys _
)

Parameters

keyData
Type: System.Windows.Forms..::..Keys
The keystroke to remove.

See Also