BBjMenuButton::isDropdownMenuVisible
Description
In BBj 15.0 and higher, this method indicates whether a BBjMenuButton dropdown menu is currently visible (open).
Syntax
Return Value |
Method |
boolean |
isDropdownMenuVisible() |
Parameters
None.
Return Value
Returns a boolean value indicating whether a BBjMenuButton dropdown menu is currently visible.
Remarks
Querying this value from an event that inherently opens or closes the dropdown menu, like the button pressed event handler, can generate misleading results
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.