ElementHost.KeyPress Événement

Définition

Se produit lorsqu'une touche est enfoncée alors que le contrôle a le focus.

public:
 event System::Windows::Forms::KeyPressEventHandler ^ KeyPress;
[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.KeyPressEventHandler KeyPress;
[<System.ComponentModel.Browsable(false)>]
member this.KeyPress : System.Windows.Forms.KeyPressEventHandler 
Public Custom Event KeyPress As KeyPressEventHandler 

Type d'événement

Attributs

Remarques

Pour plus d'informations sur l'événement KeyPress, consultez Control.KeyPress.

S’applique à

Voir aussi