Click or drag to resize

MenuItems Property

Gets the menu items.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IReadOnlyList<MenuItem> Items { get; }

Property Value

Type: IReadOnlyListMenuItem
The items.
See Also