Event XbpToolBar():buttonClick Foundation

A tool bar button has been clicked with the mouse.

Syntax
:buttonClick := {| oButton,uNil,self | ... }
:buttonClick( <oButton> ) --> self
xbeTBAR_ButtonClick (1049227)
Parameters
<oButton>
<oButton> contains a reference to the XbpToolBarButton() object that was clicked.
Return

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

Description

The xbeTBAR_ButtonClick notification is generated when the user clicks the mouse over one of the buttons defined for an XbpToolBar object.

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.