ListBox.IntegerCollection(ListBox) Costruttore

Definizione

Inizializza una nuova istanza della 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)

Parametri

owner
ListBox

Il controllo ListBox che possiede questo insieme.

Eccezioni

.NET 5 e versioni successive: owner è null.

Commenti

Non è possibile creare un'istanza della ListBox.IntegerCollection classe senza associarla a un ListBox controllo.

Si applica a