ToolStripDropDown.ProcessDialogChar(Char) 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.
Traite un caractère de boîte de dialogue.
protected:
override bool ProcessDialogChar(char charCode);
protected override bool ProcessDialogChar (char charCode);
override this.ProcessDialogChar : char -> bool
Protected Overrides Function ProcessDialogChar (charCode As Char) As Boolean
Paramètres
- charCode
- Char
Caractère à traiter.
Retours
true
si le caractère a été traité par le contrôle ; sinon false
.