ListBox.IntegerCollection(ListBox) Construtor

Definição

Inicializa uma nova instância da classe 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

O ListBox que é o proprietário da coleção.

Exceções

.NET 5 e posterior: owner é null.

Comentários

Você não pode criar uma instância da ListBox.IntegerCollection classe sem associá-la a um ListBox controle.

Aplica-se a