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

Qui Keys contient des données sur lesquelles la touche enfoncée.

Retours

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

S’applique à