DataGridView.ProcessEscapeKey(Keys) Méthode

Définition

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.

S’applique à

Voir aussi