Click or drag to resize

ShellMenuAllItemsMenuIds Property

Gets all child items menu identifiers.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IEnumerable<int> AllItemsMenuIds { get; }

Property Value

Type: IEnumerableInt32
All child items menu identifiers.
See Also