Click or drag to resize

ShellMenuItemImportToMenu Method

Imports this instance to another menu instance.

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

Parameters

menu
Type: callback.ShellBoost.CoreShellMenu
The target menu instance.

Return Value

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