Select Method (IMenu)
Selects the specified item in the menu.

C# Syntax

void Select( 
   string path
)

Parameters

path
Path contains item names or indices separated by semicolons, e.g. "item1;item2" or "#1;#2"