DataGrid.ProcessTabKey(Keys) Method

Definition

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

protected:
 bool ProcessTabKey(System::Windows::Forms::Keys keyData);
protected bool ProcessTabKey (System.Windows.Forms.Keys keyData);
member this.ProcessTabKey : System.Windows.Forms.Keys -> bool
Protected Function ProcessTabKey (keyData As Keys) As Boolean

Parameters

keyData
Keys

A Keys that contains data about which the pressed key.

Returns

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

Applies to