DataGrid.ProcessTabKey(Keys) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Retours
true
si la touche TAB doit être traitée ; sinon, false
.