Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
MenuItem.mergeMenu
Merges this menu item with another menu item.
Syntax
public MenuItem mergeMenu()
public void mergeMenu( MenuItem itemSrc )
Parameters
itemSrc
A MenuItem object that specifies the menu item to merge with this one.
Return Value
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.
Remarks
Typically, the version of this method that returns a MenuItem object is called by a Menu object when an MDI child window is activated.