ListBox.IntegerCollection(ListBox) Oluşturucu

Tanım

ListBox.IntegerCollection sınıfının yeni bir örneğini başlatır.

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)

Parametreler

owner
ListBox

ListBox Koleksiyonun sahibi olan.

Özel durumlar

.NET 5 ve üzeri: owner olur null.

Açıklamalar

Sınıfın bir örneğini ListBox.IntegerCollection bir denetimle ListBox ilişkilendirmeden oluşturamazsınız.

Şunlara uygulanır