Method TrayIcon():onLbClick() Foundation

Left mouse button is clicked.

Syntax
:onLbClick( <aPos> ) --> self
Parameters
<aPos>
An array with the position of the mouse pointer.
Return

This method returns self.

Description

A event handler for left mouse button click events. The default behavior is to activate the application's main window, if any. This handler can be overridden to implement custom behavior in a user-defined class derived from TrayIcon.

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.