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

Gets a value indicating whether the Tab key should be processed.

[Visual Basic]
Protected Function ProcessTabKey( _
   ByVal keyData As Keys _
) As Boolean
[C#]
protected bool ProcessTabKey(
   Keys keyData
);
[C++]
protected: bool ProcessTabKey(
   Keys keyData
);
[JScript]
protected function ProcessTabKey(
   keyData : Keys
) : Boolean;

Parameters

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

Return Value

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

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace