BBjMenuBar::addMenu
Description
Adds a menu to the BBjMenuBar.
Syntax
Return Value |
Method |
addMenu(int ID, string title) |
Parameters
Variable |
Description |
ID |
Specifies the ID of the menu that is being added. |
title |
Specifies the title of the menu. |
Return Value
Returns the BBjMenu object created.
Remarks
The menu ID should be a negative value. Any positive value will be internally converted to a negative value.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.