ListBox.IntegerCollection(ListBox) Construtor

Definição

Inicializa uma nova instância da ListBox.IntegerCollection classe.

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 é dono da coleção.

Exceções

.NET 5 e posteriores: owner é null.

Observações

Não podes criar uma instância da ListBox.IntegerCollection classe sem a associar a um ListBox controlo.

Aplica-se a