BevelButton.ButtonStyle
From Xojo Documentation
Property (As ButtonStyles )
aBevelButton.ButtonStyle = newButtonStylesValue
or
ButtonStylesValue = aBevelButton.ButtonStyle
New in 2019r2
Supported for all project types and targets.
or
ButtonStylesValue = aBevelButton.ButtonStyle
New in 2019r2
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 = BevelButton.ButtonStyles.ToggleButton