BBjPopupMenu::getControl
Description
In BBj 8.0 and higher, this method returns a BBjControl within the BBjPopupMenu's hierarchy.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             BBjControl  | 
                                                        
                                                             getControl(int ID)  | 
                                                    
Parameters
| 
                                                             Variable  | 
                                                        
                                                             Description  | 
                                                    
|---|---|
| 
                                                             ID  | 
                                                        
                                                             The ID of a BBjMenu or BBjMenuItem under BBjPopupMenu.  | 
                                                    
Return Value
Returns the BBjControl within the BBjPopupMenu's hierarchy with the specified ID.
Remarks
None.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.