GroupBox.KeyPress Événement

Définition

Se produit lorsque l'utilisateur enfonce une touche alors que le contrôle GroupBox 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)]
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

KeyPressEventHandler
Attributs

Remarques

Étant donné qu’un contrôle ne peut pas obtenir le GroupBox focus, cet événement n’est jamais déclenché.

S’applique à