DesktopButton.Pressed

From Xojo Documentation

Event


DesktopButton.Pressed()

New in 2021r3

Supported on Desktop.

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.")