Click or drag to resize

ShellMenuItemImportToMenu Method

Imports this instance to another menu instance.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual ShellMenuItem ImportToMenu(
	ShellMenu menu
)

Parameters

menu
Type: ShellBoost.CoreShellMenu
The target menu instance.

Return Value

Type: ShellMenuItem
An instance of the ShellMenuItem class.
Exceptions
ExceptionCondition
ArgumentNullExceptionmenu is null.
See Also