Invokes the handler for the specified keystroke.

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

Syntax

C#
public bool HandleKey(
	Keys keyData
)
Visual Basic
Public Function HandleKey ( _
	keyData As Keys _
) As Boolean

Parameters

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

Return Value

The return value of the handler, false if it is not found.

See Also