BBjPopupMenu::removeMenuItem
Description
In BBj 3.0 and higher, this method removes a menu item from a BBjPopupMenu.
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 the 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.