Share via


ListBox.IntegerCollection(ListBox) Konstruktor

Definition

Initialisiert eine neue Instanz der ListBox.IntegerCollection-Klasse.

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)

Parameter

owner
ListBox

Die ListBox, die die Auflistung besitzt.

Ausnahmen

.NET 5 und höher: owner ist null.

Hinweise

Sie können keine Instanz der ListBox.IntegerCollection Klasse erstellen, ohne sie einem ListBox Steuerelement zuzuordnen.

Gilt für