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

C# Syntax

void Select( 
   IMenuItem item
)

Parameters

item
Specified menu item to select from the menu. Tip: Use the GetItem method to get the item to be used as the item argument for this method.