DesktopBevelButton.ButtonStyle
From Xojo Documentation
Property (As ButtonStyles )
aDesktopBevelButton.ButtonStyle = newButtonStylesValue
or
ButtonStylesValue = aDesktopBevelButton.ButtonStyle
New in 2021r3
Supported for all project types and targets.
or
ButtonStylesValue = aDesktopBevelButton.ButtonStyle
New in 2021r3
Supported for all project types and targets.
The style of the button.
Sample Code
This code changes the button to a "Toggles" button.
Me.ButtonStyle = DesktopBevelButton.ButtonStyles.ToggleButton