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 public IReadOnlyList<ShellItem> Items { get; }
Property Value
Type:
IReadOnlyListShellItemThe items in the menu.
See Also