BevelButton.HasBackColor

From Xojo Documentation

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

New in 2009r4

Supported for all project types and targets.

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

Sample Code

The following code sets the BackColor.

Me.HasBackColor = True
Me.BackColor = &c110034