Merges this menu item with another menu item.
public MenuItem mergeMenu()
public void mergeMenu( MenuItem itemSrc )
itemSrc
A MenuItem object that specifies the menu item to merge with this one.
Returns a MenuItem object. This object is a copy of this menu item that can be merged with another menu item without affecting the functionality of this item.
Typically, the version of this method that returns a MenuItem object is called by a Menu object when an MDI child window is activated.