BackColor property

From Xojo Documentation

(Redirected from ReportPageNumberLabel.BackColor)
Property (As Color )
a<see below>.BackColor = newColorValue
or
ColorValue = a<see below>.BackColor

Supported for all project types and targets.

The background color for the object. If the control has a HasBackColor property, it must be set to True to have the BackColor displayed.

Controls and classes implementing the BackColor property

BevelButton Windows and Linux only New in 2009r4
ReportField
ReportLabel
ReportPicture
TextEdit
Window

Sample Code

This code sets the HasBackColor property and sets the value of the BackColor property:

Me.HasBackColor = True
Me.BackColor = &c110034