ComboBox.ChildAccessibleObject(ComboBox, IntPtr) Constructeur

Définition

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 propriétaire du ComboBox.ChildAccessibleObject.

handle
IntPtr

nativeint

Handle à une partie du ComboBox.

Exceptions

owner a la valeur null.

Remarques

Le ComboBox contrôle est constitué en interne de plusieurs contrôles. Doit ComboBox.ChildAccessibleObject savoir quel handle utiliser. Étant donné que le handle vers le contrôle individuel est un membre privé, les consommateurs ne doivent pas appeler ce constructeur.

S’applique à