ToolStripPanel::ToolStripPanelRowCollection::CopyTo Method (array<ToolStripPanelRow^>^, Int32)
.NET Framework (current version)
Copies the entire ToolStripPanel::ToolStripPanelRowCollection into an existing array at a specified location within the array.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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
Available since 2.0
Show: