DesktopBevelButton.Pressed

From Xojo Documentation

Event


DesktopBevelButton.Pressed()

New in 2021r3

Supported for all project types and targets.

The DesktopBevelButton has been pressed.

Sample Code

This code displays text in a DesktopLabel when the button is pressed.

TextField1.Text = Me.TrueWindow.Title