ListBox.IntegerCollection(ListBox) Konstruktor

Definition

Initierar en ny instans av ListBox.IntegerCollection klassen.

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)

Parametrar

owner
ListBox

Den ListBox som äger samlingen.

Undantag

.NET 5 och senare: owner är null.

Kommentarer

Du kan inte skapa en instans av ListBox.IntegerCollection klassen utan att associera den med en ListBox kontroll.

Gäller för