Gets a menu item by its menu identifier offset.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public ShellMenuItem GetById(
int index
)
Parameters
- index
- Type: SystemInt32
The id.
Return Value
Type:
ShellMenuItemAn instance of the ShellMenuItem class or null if it was not found.
See Also