PushButton.Push
From Xojo Documentation
This item was deprecated in version 2019r2. Please use PushButton.Press as a replacement. |
Method
Causes the button to be visually pushed (clicked), as well as triggering the Action event.
Notes
Call Push when the user has pressed the keyboard equivalent for the button to give the appropriate visual feedback.
Example
This example clicks PushButton1. It is called from another control.
PushButton1.Push