Udostępnij za pośrednictwem


ListBox.IntegerCollection(ListBox) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

owner
ListBox

Obiekt ListBox , który jest właścicielem kolekcji.

Wyjątki

.NET 5 i nowsze: owner to null.

Uwagi

Nie można utworzyć wystąpienia ListBox.IntegerCollection klasy bez skojarzenia go z kontrolką ListBox .

Dotyczy