DataGrid.ProcessTabKey(Keys) Méthode

Définition

Obtient une valeur indiquant si la touche Tab doit être traitée.

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

Paramètres

keyData
Keys

Keys qui contient les données relatives à la touche qui est enfoncée.

Retours

Boolean

true si la touche TAB doit être traitée ; sinon, false.

S’applique à