Event XbpToolBar():buttonMenuClick Foundation

One of the items defined in the menu defined by a tool bar button has been selected.

Syntax
:buttonMenuClick := {| oMenu,uNil,self | ... }
:buttonMenuClick( <oMenu> ) --> self
xbeTBAR_ButtonMenuClick (1049228)
Parameters
<oMenu>
Parameter <oMenu> contains a reference to the XbpToolBarButtonMenuItem object that defines the menu item selected.
Return

This method returns the object executing the method (self).

Description

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.

Feedback

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.