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 auquel appartient ComboBox.ChildAccessibleObject.

handle
IntPtr

nativeint

Handle d'une partie de ComboBox.

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.

S’applique à