ListControl.IsInputKey(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.
Gère les touches d'entrée spéciales, telles que Pg préc, Pg suiv, Origine, Fin, etc.
protected:
override bool IsInputKey(System::Windows::Forms::Keys keyData);
protected override bool IsInputKey (System.Windows.Forms.Keys keyData);
override this.IsInputKey : System.Windows.Forms.Keys -> bool
Protected Overrides Function IsInputKey (keyData As Keys) As Boolean
Paramètres
Retours
true
si le paramètre keyData
spécifie la touche End, Home, PageUp ou PageDown ; false
si le paramètre keyData
spécifie Alt.