Click or drag to resize

MenuItemAllItems Property

Gets all child items.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IEnumerable<MenuItem> AllItems { get; }

Property Value

Type: IEnumerableMenuItem
The child items.
See Also