DataGridView.ProcessF3Key(Keys) Méthode

Définition

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.

S’applique à