ComboBoxAutomationPeer.SetFocusCore 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.
Définit le focus d'entrée au clavier sur le contrôle ComboBox associé à cet objet ComboBoxAutomationPeer. Cette méthode est appelée par SetFocus().
protected:
override void SetFocusCore();
protected override void SetFocusCore ();
override this.SetFocusCore : unit -> unit
Protected Overrides Sub SetFocusCore ()
Exceptions
Le contrôle ComboBox associé à cet objet ComboBoxAutomationPeer ne peut pas recevoir le focus.