Click or drag to resize

ShellMenuRemoveIdsRange Method

Removes a list of menu items identifiers.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public void RemoveIdsRange(
	IEnumerable<int> menuIds
)

Parameters

menuIds
Type: System.Collections.GenericIEnumerableInt32
The list of menu items identifiers.
See Also