Click or drag to resize

MenuGetItemFromNewMenuVerb Method

Gets an item in the menu from its verb. The verb is supposed to be a verb from a 'new item' Shell call.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public MenuItem GetItemFromNewMenuVerb(
	string verb
)

Parameters

verb
Type: SystemString
The verb. If null is pass, null will be returned.

Return Value

Type: MenuItem
An item or null if no matching item was found.
See Also