ListBox.IntegerCollection(ListBox) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

owner
ListBox

ListBox que posee la colección.

Excepciones

.NET 5 y versiones posteriores: owner es null.

Comentarios

No se puede crear una instancia de la ListBox.IntegerCollection clase sin asociarla a un ListBox control .

Se aplica a