Click or drag to resize

ShellMenuGetById Method

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
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