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::CopyTo Method (array<ToolboxItem^>^, Int32)
.NET Framework (current version)
Copies the collection to the specified array beginning with the specified destination index.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- array
-
Type:
array<System.Drawing.Design::ToolboxItem^>^
The array to copy to.
- index
-
Type:
System::Int32
The index to begin copying to.
The following code example demonstrates using the CopyTo method of a ToolboxItemCollection.
.NET Framework
Available since 1.1
Available since 1.1
Show: