System.Windows.Forms.ToolStripItemCollection.CopyTo Method

Copies the collection into the specified position of the specified System.Windows.Forms.ToolStripItem array.

Syntax

public void CopyTo (ToolStripItem[] array, int index)

Parameters

array
The array of type System.Windows.Forms.ToolStripItem to which to copy the collection.
index
The position in the System.Windows.Forms.ToolStripItem array at which to paste the collection.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0