BBjPopupMenu::getMenuItemAt
Description
In BBj 3.0 and higher, this method returns a menu item from a BBjPopupMenu.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         getMenuItemAt(int index)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         index  | 
                                                    
                                                         Specifies the 0-based index of the menu item to be retrieved.  | 
                                                
Return Value
Returns the specified BBjMenuItem object.
Remarks
None.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.