BevelButton.HasBackColor
From Xojo Documentation
This item was deprecated in version 2019r2. Please use BevelButton.HasBackgroundColor as a replacement. |
Property (As Boolean )
aBevelButton.HasBackColor = newBooleanValue
or
BooleanValue = aBevelButton.HasBackColor
New in 2009r4
Supported for all project types and targets.
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.