BBjMenu::insertSeparator
Description
Inserts a menu separator into the BBjMenu.
Syntax
Return Value |
Method |
void |
insertSeparator(int index) |
Parameters
Variable |
Description |
index |
Specifies the 0-based index in which to insert the new separator. |
Return Value
None.
CSS
The visual appearance of BUI controls is defined using CSS (cascading style sheets) rules. Easily change the default colors, border, and other settings by customizing these rules, all without changing any application code. See CSS API for a high-level overview of BUI CSS.
The BBjMenuItemSeparator defines the following style names:
.BBjMenuItemSeparator
.BBjMenuItemSeparator-inner
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.