Select(String) Method
Selects the specified item in the menu by menu path.

C# Syntax

void Select( 
   string menuPath
)

Parameters

menuPath
The path of the specified menu item. Tip: Use the BuildMenuPath method to build the item path string to be used as the itemPath argument for this method.