Menu.CloneMenu Method
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
This method copies the entire list of MenuItem objects (stored in the Menu passed in to menuSrc) into the current menu. You can use this method in your derived class to clone MenuItem objects. They can then be reused by other classes that derive from Menu, such as MainMenu, ContextMenu, and MenuItem.
This example creates a main menu, mainMenu1, with three menu items: File, Edit, and View. It then uses the CloneMenu method to copy mainMenu1 into mainMenu2. The cloned menu is then assigned to the form and displayed. This program requires that you have already created a Form named Form1.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.