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.ProcessGridKey

Processes keys for grid navigation.

[Visual Basic]
Protected Function ProcessGridKey( _
   ByVal ke As KeyEventArgs _
) As Boolean
[C#]
protected bool ProcessGridKey(
   KeyEventArgs ke
);
[C++]
protected: bool ProcessGridKey(
   KeyEventArgs* ke
);
[JScript]
protected function ProcessGridKey(
   ke : KeyEventArgs
) : Boolean;

Parameters

ke
A KeyEventArgs that contains data about the key up or key down event.

Return Value

true, if the key was processed; otherwise false.

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace