TextEdit.BackgroundColor

From Xojo Documentation

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

New in 2019r2

Supported for all project types and targets.

The background color for the control.

Sample Code

This code sets the value of the BackgroundColor property:

Me.BackgroundColor = &c110034