BBjPopupMenu::addMenu
Description
In BBj 3.00 and higher, this method adds a submenu to a BBjPopupMenu.
Syntax
Return Value |
Method |
addMenu(int ID, string title) |
Parameters
Variable |
Description |
ID |
Specifies the ID of the menu to be added. |
title |
Specifies the title of the menu. |
Return Value
Returns the created BBjMenu object.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.