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 public ICollection<int> RemovedIds { get; }
Property Value
Type:
ICollectionInt32A list of of menu item identifiers that must be removed.
See Also