DataGridView.ProcessSpaceKey(Keys) Méthode

Définition

Traite la touche Espace.

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

Paramètres

keyData
Keys

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

Retours

Boolean

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

S’applique à

Voir aussi