Retrieves the menu item at the specified index.
public MenuItem getMenuItem( int index )
index
The index of the menu item to retrieve.
Returns a MenuItem object that specifies the requested item.
WFCInvalidArgumentException thrown if the value specified by the index parameter is out of range.