ComboBox.ChildAccessibleObject(ComboBox, IntPtr) Constructeur
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.
Initialise une nouvelle instance de la classe ComboBox.ChildAccessibleObject.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
ChildAccessibleObject(System::Windows::Forms::ComboBox ^ owner, IntPtr handle);
public ChildAccessibleObject (System.Windows.Forms.ComboBox owner, IntPtr handle);
new System.Windows.Forms.ComboBox.ChildAccessibleObject : System.Windows.Forms.ComboBox * nativeint -> System.Windows.Forms.ComboBox.ChildAccessibleObject
Public Sub New (owner As ComboBox, handle As IntPtr)
Paramètres
- owner
- ComboBox
Contrôle ComboBox auquel appartient ComboBox.ChildAccessibleObject.
Exceptions
owner
a la valeur null.
Remarques
Le ComboBox contrôle est composé en interne de plusieurs contrôles. Le ComboBox.ChildAccessibleObject doit savoir quel handle utiliser. Étant donné que le handle du contrôle individuel est un membre privé, les consommateurs ne doivent pas appeler ce constructeur.