DesktopButton.Pressed
From Xojo Documentation
Event
The button has been clicked. A right- or middle-click does not trigger the Pressed event.
Sample Code
This code in the Pressed event handler displays a message when the button is clicked:
MessageBox("You clicked the button.")