BBjPopupMenu::setAttribute
Description
In BBj 19.10 and higher, this method sets a BBjPopupMenu attribute.
Syntax
|
Return Value |
Method |
|---|---|
|
void |
setAttribute(string attribute, string value) |
Parameters
|
Variable |
Description |
|---|---|
|
attribute |
Specifies an attribute to be set on the popup menu. |
|
value |
Specifies the value of that attribute. |
Return Value
None.
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.