BBjMenu::removeMenuItem
Description
Removes a menu item from the BBjMenu.
Syntax
Return Value |
Method |
void |
removeMenuItem(BBjMenuItem item) |
void |
removeMenuItem(int ID) |
Parameters
Variable |
Description |
item |
Specifies the menu item to be removed. |
ID |
Specifies the ID of menu item to be removed. |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.