MenuItemCollection.CopyTo Method
.NET Framework 2.0
Copies the contents of the current MenuItemCollection object.
| Name | Description |
|---|---|
| MenuItemCollection.CopyTo (Array, Int32) | Copies all the items from the MenuItemCollection object to a compatible one-dimensional Array, starting at the specified index in the target array. |
| MenuItemCollection.CopyTo (MenuItem[], Int32) | Copies all the items from the MenuItemCollection object to a compatible one-dimensional array of MenuItem objects, starting at the specified index in the target array. |
Community Additions
ADD
Show: