Click or drag to resize

ShellMenuItemListAddRange Method

Adds a list of items.

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

Parameters

items
Type: System.Collections.GenericIEnumerableShellMenuItem
The items to add.
See Also