Click or drag to resize

ShellMenuItemListAddRange Method

Adds a list of items.

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

Parameters

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