Click or drag to resize

MenuItems Property

Gets the menu items.

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

Property Value

Type: IReadOnlyListMenuItem
The items.
See Also