Click or drag to resize

ShellMenuMerge 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.GenericIEnumerableShellMenuItem
The items to add or merge.
See Also