BBjPopupMenu::removeSeparator
Description
In BBj 3.0 and higher, this method removes a separator from a BBjPopupMenu.
Syntax
Return Value |
Method |
void |
removeSeparator(int index) |
Parameters
Variable |
Description |
index |
Specifies the 0-based index of the menu separator to be removed. |
Return Value
None.
Remarks
The index is relative to all menu items, menus, and separators in the menu.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.