ListBox::ObjectCollection Constructor (ListBox^, array<Object^>^)
.NET Framework (current version)
Initializes a new instance of ListBox::ObjectCollection containing an array of objects.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- owner
-
Type:
System.Windows.Forms::ListBox^
The ListBox that owns the collection.
- value
-
Type:
array<System::Object^>^
An array of objects to add to the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: