GetItem Method (IMenu)
Returns the menu item with the specified path.

C# Syntax

Parameters

itemPath
The full path of the menu item to select from the list. The path is composed of the menu item names or a numeric index separated by a semicolon.

To specify the index of the item to select, use <Item n>. Index values begin with 1.

For example, File;<Item 3gt;;Move;<Item gt;...