Event XbpToolBar():buttonMenuClick Foundation
One of the items defined in the menu defined by a tool bar button has been selected.
:buttonMenuClick := {| oMenu,uNil,self | ... }
:buttonMenuClick( <oMenu> ) --> self
xbeTBAR_ButtonMenuClick (1049228)
This method returns the object executing the method (self).
The xbeTBAR_ButtonMenuClick notification is generated when the user selects an item in a tool bar button's drop-down menu. 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.