ListBox.IntegerCollection(ListBox) Konstruktor

Definice

Inicializuje novou instanci ListBox.IntegerCollection třídy.

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

Ten ListBox vlastní kolekci.

Výjimky

.NET 5 a novější: owner je null.

Poznámky

Nelze vytvořit instanci ListBox.IntegerCollection třídy bez přidružení k ovládacímu ListBox prvku.

Platí pro