BBjMenuBar::removeMenuAt
Description
Removes a menu from the BBjMenuBar.
Syntax
Return Value |
Method |
void |
removeMenuAt(int index) |
Parameters
Variable |
Description |
index |
Specifies the 0-based index of the menu to remove from the menu bar. |
Return Value
None.
Remarks
Each menu in the menu bar with an index greater than the removed menu'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.