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:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public MenuItem GetItemFromNewMenuVerb(
string verb
)
Parameters
- verb
- Type: SystemString
The verb. If null is pass, null will be returned.
Return Value
Type:
MenuItemAn item or null if no matching item was found.
See Also