Creates a copy of this menu item.
public MenuItem cloneMenu()
protected void cloneMenu( MenuItem itemSrc )
itemSrc
A MenuItem object that specifies the item to copy.
Returns a MenuItem object that is a duplicate of this object.
The first version of this method returns a copy of this MenuItem object. The second version of this method initializes this object to be a copy of the specified MenuItem object.