Click or drag to resize

ShellMenuInvokeEventArgsItems Property

Gets the items in the menu.

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

Property Value

Type: IReadOnlyListShellItem
The items in the menu.
See Also