ShellBrowser .Net Edition
CopySubMenu Method (source, destination)
NamespacesJam.ShellShellBrowserCopySubMenu(Menu, Menu)
Creates a copy of a menu or submenu.
Declaration Syntax
C#Visual BasicVisual C++
protected static void CopySubMenu(
	Menu source,
	Menu destination
)
Protected Shared Sub CopySubMenu ( _
	source As Menu, _
	destination As Menu _
)
protected:
static void CopySubMenu(
	Menu^ source, 
	Menu^ destination
)
Parameters
source (Menu)
The menu or submenu that should be copied.
destination (Menu)
The destination menu to which the given menu should be copied.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)