DesktopButton.Pressed
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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.")