Click or drag to resize

ShellMenuRemoveIdsRange Method

Removes a list of menu items identifiers.

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

Parameters

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