BBjPopupMenu::getAttribute
Description
In BBj 19.10 and higher, this method returns a control attribute previously set with BBjPopupMenu::setAttribute.
Syntax
|
Return Value |
Method |
|---|---|
|
string |
getAttribute(string attribute) |
Parameters
|
Variable |
Description |
|---|---|
|
attribute |
Specifies an attribute to be retrieved from the popup menu . |
Return Value
Returns the text value of this attribute.

Remarks
This functionality is primarily intended for setting 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.