DataGridView.ProcessF3Key(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 F3 en triant la colonne active.
protected:
bool ProcessF3Key(System::Windows::Forms::Keys keyData);
protected bool ProcessF3Key(System.Windows.Forms.Keys keyData);
member this.ProcessF3Key : System.Windows.Forms.Keys -> bool
Protected Function ProcessF3Key (keyData As Keys) As Boolean
Paramètres
- keyData
- Keys
Combinaison de valeurs au niveau du bit qui représente la ou les touches à traiter.
Retours
true si la touche a été traitée ; sinon, false.