Gets or sets a value that indicates whether a key should be processed further.
[Visual Basic] Overrides Protected Function ProcessDialogKey( _ ByVal keyData As Keys _ ) As Boolean [C#] protected override bool ProcessDialogKey( Keys keyData ); [C++] protected: override bool ProcessDialogKey( Keys keyData ); [JScript] protected override function ProcessDialogKey( keyData : Keys ) : Boolean;
true, the key should be processed; otherwise, false.
The method overrides the ProcessDialogKey method to implement keyboard navigation of the grid.
DataGrid Class | DataGrid Members | System.WinForms Namespace