KeyboardEventArgs.Repeat Propriété
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.
true si une clé a été enfoncée suffisamment longtemps pour déclencher la répétition de la clé, sinon false.
public:
property bool Repeat { bool get(); void set(bool value); };
public bool Repeat { get; set; }
member this.Repeat : bool with get, set
Public Property Repeat As Boolean