ToolStripPanel::ToolStripPanelRowCollection::CopyTo Method (array<ToolStripPanelRow^>^, Int32)

 

Copies the entire ToolStripPanel::ToolStripPanelRowCollection into an existing array at a specified location within the array.

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

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

Parameters

array
Type: array<System.Windows.Forms::ToolStripPanelRow^>^

An Array representing the array to copy the contents of the ToolStripPanel::ToolStripPanelRowCollection to.

index
Type: System::Int32

The location within the destination array to copy the ToolStripPanel::ToolStripPanelRowCollection to.

.NET Framework
Available since 2.0
Return to top
Show: