DesktopBevelButton.Pressed
From Xojo Documentation
Event
The DesktopBevelButton has been pressed.
Sample Code
This code displays text in a DesktopLabel when the button is pressed.
TextField1.Text = Me.TrueWindow.Title
The DesktopBevelButton has been pressed.
This code displays text in a DesktopLabel when the button is pressed.