The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ToolboxItemCollection Constructor (array<ToolboxItem^>^)
.NET Framework (current version)
Initializes a new instance of the ToolboxItemCollection class using the specified array of toolbox items.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- value
-
Type:
array<System.Drawing.Design::ToolboxItem^>^
An array of type ToolboxItem containing the toolbox items to fill the collection with.
The following code example demonstrates creating a new ToolboxItemCollection instance initialized using an array of ToolboxItem objects.
.NET Framework
Available since 1.1
Available since 1.1
Show: