Click or drag to resize

ShellMenuInvokeEventArgsItems Property

Gets the items in the menu.

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

Property Value

Type: IReadOnlyListShellItem
The items in the menu.
See Also