ListBox.IntegerCollection(ListBox) Constructeur

Définition

Initialise une nouvelle instance de la classe ListBox.IntegerCollection.

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

Paramètres

owner
ListBox

ListBox auquel appartient la collection.

Exceptions

.NET 5 et versions ultérieures : owner est null.

Remarques

Vous ne pouvez pas créer une instance de la ListBox.IntegerCollection classe sans l’associer à un ListBox contrôle.

S’applique à