BBjPopupMenu::removeAttribute
Description
In BBj 22.13 and higher, this method removes a popup menu attribute.
Syntax
| Return Value | Method |
|---|---|
|
void |
removeAttribute(String attribute) |
Parameters
| Parameter | Description |
|---|---|
|
attribute |
Specifies an attribute to be removed from the popup menu. |
Return Value
None.
Remarks
This functionality is primarily intended for manipulating low-level BUI element attributes or DWC component attributes. When running in GUI, the attributes don't affect the control itself, but may be used by the developer.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.