ToolStripItemCollection::CopyTo Method (array<ToolStripItem^>^, Int32)

 

Copies the collection into the specified position of the specified ToolStripItem array.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void CopyTo(
	array<ToolStripItem^>^ array,
	int index
)

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
Return to top
Show: