System.Windows.Forms.DataGrid.ProcessDialogKey Method

Gets or sets a value that indicates whether a key should be processed further.

Syntax

protected override bool ProcessDialogKey (Keys keyData)

Parameters

keyData
A System.Windows.Forms.Keys that contains data about the pressed key.

Returns

true, the key should be processed; otherwise, false.

Remarks

The method overrides the Control.ProcessDialogKey(Keys) method to implement keyboard navigation of the grid.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0