BevelButton.HasBackgroundColor

From Xojo Documentation

Property (As Boolean )
aBevelButton.HasBackgroundColor = newBooleanValue
or
BooleanValue = aBevelButton.HasBackgroundColor

New in 2019r2

Supported for all project types and targets.

If True, the BackgroundColor color will be visible. The BackgroundColor is visible only on Windows and Linux.

Sample Code

The following code sets the BackgroundColor.

Me.HasBackgroundColor = True
Me.BackgroundColor = &c110034