Click or drag to resize

ShellMenuRemovedIds Property

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

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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