Select(String) Method
Selects the menu item according to the specified path.

C# Syntax

void Select( 
   string menuPath
)

Parameters

menuPath
The path to the menu item to select, separated by semicolons, e.g. "item1;item2" or "#1;#2"

The menu items can be specified by name or index numbers (0-based).

Tip: You can use the BuildMenuPath method to build the menu path string that can then be used as the menuPath argument for this method.