Event XbpStatusBar():panelDblClick Foundation
A status bar panel has been double-clicked with the mouse.
Syntax
:panelDblClick := {| oPanel,uNil,self | ... }
:panelDblClick( <oPanel> ) --> self
xbeSBAR_PanelDblClick (1049277)
Parameters
<oPanel>
<oPanel> contains a reference to the XbpStatusBarPanel() object that was clicked.
Return
This method returns the object executing the method (self).
Description
The :xbeSBAR_PanelDblClick notification is generated when the user performs a double-click with the mouse on one of the panels defined for an XbpStatusBar 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.