This topic has not yet been rated - Rate this topic

MenuItemCollection.CopyTo Method

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.