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.

Özel durumlar

.NET 5 ve üzeri: owner olur null.

Açıklamalar

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

Şunlara uygulanır