Click or drag to resize

ShellMenuRemovedIds Property

Gets the a list of menu item identifiers that must be removed.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ICollection<int> RemovedIds { get; }

Property Value

Type: ICollectionInt32
A list of of menu item identifiers that must be removed.
See Also