Click or drag to resize

ShellMenu.Merge Method

Merges the items with the specified items.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void Merge(
	IEnumerable<ShellMenuItem> items
)

Parameters

items
Type: System.Collections.Generic.IEnumerable<ShellMenuItem>
The items to add or merge.
See Also