BevelButton.BackgroundColor

From Xojo Documentation

Property (As Color )
aBevelButton.BackgroundColor = newColorValue
or
ColorValue = aBevelButton.BackgroundColor

New in 2019r2

Supported for all project types and targets.

The background color for the BevelButton. The HasBackgroundColor property must be set to True for the BackgroundColor to be displayed.

Sample Code

This code sets the HasBackgroundColor property and sets the value of the BackgroundColor property:

Me.HasBackgroundColor = True
Me.BackgroundColor = &c110034