Click or drag to resize

ShellMenu.AllItemsIds Property

Gets all child items menu identifier offsets.

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

Property Value

Type: IEnumerable<Int32>
All child items meny identifier offsets.
See Also