PanelFilter ProcessDialogKey Method CleanCode C# Libraries v1.2.03 API
Responds to Return and Escape keys.

Namespace: CleanCode.DataGridViewControls
Assembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

protected override bool ProcessDialogKey(
	Keys keyData
)

Parameters

keyData
Type: OnlineSystem.Windows.Forms Keys
One of the OnlineKeys values that represents the key to process.

Return Value

true if the key was processed by the control; otherwise, false.
See Also