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