DataGridView.ProcessEscapeKey(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.
Traite la touche Échap.
protected:
bool ProcessEscapeKey(System::Windows::Forms::Keys keyData);
protected bool ProcessEscapeKey(System.Windows.Forms.Keys keyData);
member this.ProcessEscapeKey : System.Windows.Forms.Keys -> bool
Protected Function ProcessEscapeKey (keyData As Keys) As Boolean
Paramètres
- keyData
- Keys
Combinaison d’opérations de bits de valeurs Keys qui représente la ou les touches à traiter.
Retours
true si la touche a été traitée ; sinon, false.