Gets a menu item by its menu identifier offset.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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