ToolStripItemCollection::CopyTo Method (array<ToolStripItem^>^, Int32)
.NET Framework (current version)
Copies the collection into the specified position of the specified ToolStripItem array.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- array
-
Type:
array<System.Windows.Forms::ToolStripItem^>^
The array of type ToolStripItem to which to copy the collection.
- index
-
Type:
System::Int32
The position in the ToolStripItem array at which to paste the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: