BBjPopupMenu::removeMenuItemAt
Description
In BBj 3.0 and higher, this method removes a menu item from a BBjPopupMenu.
Syntax
Return Value |
Method |
void |
removeMenuItemAt(int index) |
Parameters
Variable |
Description |
index |
Specifies the 0-based index of the menu item to be removed. |
Return Value
None.
Remarks
Each menu item in the menu with an index greater than the removed menu item's index is shifted downward to have an index one smaller than the value it had previously.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.