Click or drag to resize

ShellMenuItemAllItems Property

Gets all child items.

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

Property Value

Type: IEnumerableShellMenuItem
The child items.
See Also