NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGrid.ProcessDialogKey

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;

Parameters

keyData
A Keys that contains data about which the pressed key.

Return Value

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

Remarks

The method overrides the ProcessDialogKey method to implement keyboard navigation of the grid.

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace