ElementHost.PreviewKeyDown Événement
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.
Se produit avant l'événement KeyDown quand l'utilisateur appuie sur une touche pendant que le focus est sur ce contrôle.
public:
event System::Windows::Forms::PreviewKeyDownEventHandler ^ PreviewKeyDown;
[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.PreviewKeyDownEventHandler PreviewKeyDown;
[<System.ComponentModel.Browsable(false)>]
member this.PreviewKeyDown : System.Windows.Forms.PreviewKeyDownEventHandler
Public Custom Event PreviewKeyDown As PreviewKeyDownEventHandler
Type d'événement
- Attributs
Remarques
Pour plus d'informations sur l'événement PreviewKeyDown, consultez Control.PreviewKeyDown.
S’applique à
Voir aussi
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.