BBjMenuBar::removeMenu
Description
Removes a menu from the BBjMenuBar.
Syntax
Return Value |
Method |
void |
removeMenu(int ID) |
void |
removeMenu(BBjMenu menu) |
Parameters
Return Value |
Method |
ID |
Specifies the ID of the menu to remove from the menu bar. |
menu |
Specifies which menu to remove from the menu bar. |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.