Click or drag to resize

ShellMenuGetById Method

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
C#
public ShellMenuItem GetById(
	int index
)

Parameters

index
Type: SystemInt32
The id.

Return Value

Type: ShellMenuItem
An instance of the ShellMenuItem class or null if it was not found.
See Also