BuildMenuPath Method (IMenubar)
Returns the path of the specified menu item.

C# Syntax

string BuildMenuPath( 
   params object[] menuPathParts
)

Parameters

menuPathParts
The menu path elements can be: logical name(string), full path(string), or numeric index(int).

Index values are 1-based.

Separate path elements with a semicolon (;).