ComboBox.ObjectCollection(ComboBox) Constructeur

Définition

Initialise une nouvelle instance de ComboBox.ObjectCollection.

public:
 ObjectCollection(System::Windows::Forms::ComboBox ^ owner);
public ObjectCollection (System.Windows.Forms.ComboBox owner);
new System.Windows.Forms.ComboBox.ObjectCollection : System.Windows.Forms.ComboBox -> System.Windows.Forms.ComboBox.ObjectCollection
Public Sub New (owner As ComboBox)

Paramètres

owner
ComboBox

ComboBox auquel appartient la collection d'objets.

Remarques

Une instance de cette classe ne peut pas être créée sans l’associer à un ComboBox contrôle.

S’applique à