BBjMenuButton::setDropdownMenu
Description
In BBj 7.0 and higher, this BBjMenuButton method assigns an existing popup menu as the dropdown menu of a menu button control.
Syntax
Return Value |
Method |
void |
setDropdownMenu(BBjPopupMenu dropdownMenu!) |
Parameters
Variable |
Description |
dropdownMenu! |
The popup menu to be set as the dropdown menu of this menu button control. |
Return Value
None.
Remarks
A single popup/dropdown menu can be assigned to any number of controls at the same time.
When the owner of the parameter does not match the object on which the methods is being called, an !ERROR=208 Multi Thread Error results. See Accessing Objects From Different Interpreters.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.