BBjPopupMenu::removeMenu
Description
In BBj 3.0 and higher, this method removes a submenu from a BBjPopupMenu.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         void  | 
                                                    
                                                         removeMenu(int ID)  | 
                                                
| 
                                                         void  | 
                                                    
                                                         removeMenu(BBjMenu menu!)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         ID  | 
                                                    
                                                         Specifies the ID of the submenu to be removed.  | 
                                                
| 
                                                         menu!  | 
                                                    
                                                         Specifies the BBjMenu.  | 
                                                
Return Value
None.
Remarks
None.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.