ListBox.IntegerCollection(ListBox) Конструктор

Определение

Инициализирует новый экземпляр класса ListBox.IntegerCollection.

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)

Параметры

owner
ListBox

Объект ListBox, которому принадлежит данная коллекция.

Исключения

.NET 5 и более поздних версийnull: owner

Комментарии

Невозможно создать экземпляр ListBox.IntegerCollection класса, не связывая его с элементом ListBox управления.

Применяется к