DataGridView.ProcessInsertKey(Keys) Méthode

Définition

Traite la touche Insertion.

protected:
 bool ProcessInsertKey(System::Windows::Forms::Keys keyData);
protected bool ProcessInsertKey (System.Windows.Forms.Keys keyData);
member this.ProcessInsertKey : System.Windows.Forms.Keys -> bool
Protected Function ProcessInsertKey (keyData As Keys) As Boolean

Paramètres

keyData
Keys

Une des valeurs Keys qui représente la touche à traiter.

Retours

true si la touche a été traitée ; sinon, false.

S’applique à

Voir aussi