Event XbpToolBar():buttonDropDown Foundation
A tool bar button's menu has been dropped down.
:buttonDropDown := {| oButton,uNil,self | ... }
:buttonDropDown( <oButton> ) --> self
xbeTBAR_ButtonDropDown (1049229)
This method returns the object executing the method (self).
The xbeTBAR_ButtonDropDown notification is generated when the user selects the drop-down arrow of a tool bar button. Drop-down menu buttons are defined by assigning the XBPTOOLBAR_BUTTON_DROPDOWN style to a tool bar button's :style instance variable.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.