Tests whether the stack contains a keymap that can handle the keystroke.

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

Syntax

C#
public bool CanHandle(
	Keys keyData,
	out KeyMap keyMap
)
Visual Basic
Public Function CanHandle ( _
	keyData As Keys, _
	<OutAttribute> ByRef keyMap As KeyMap _
) As Boolean

Parameters

keyData
Type: System.Windows.Forms..::..Keys
The keystroke to test.
keyMap
Type: C1.Win.C1Preview..::..KeyMap%
The keymap that can handle the keystroke.

Return Value

True if a handler is found, false otherwise.

See Also