BuildMenuPath Method (IToolBar)
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 1-based index (int).

Separate elements with commas.