DesktopButton.Default
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As Boolean )
aDesktopButton.Default = newBooleanValue
or
BooleanValue = aDesktopButton.Default
New in 2021r3
Supported for all project types and targets.
or
BooleanValue = aDesktopButton.Default
New in 2021r3
Supported for all project types and targets.
If True, the default button indicator is added to the button and the Return and Enter keys are mapped to the button. The default is False.
Sample Code
This code sets the PushButton as the default button. It is in the Open event of the control.