Home / comp / gb.qt / drawingarea / backcolor 
DrawingArea.BackColor (gb.qt)
Syntax
PROPERTY BackColor AS Integer
A synonymous for the Background property.

Examples

' Set the Background Colour of the TextBox with the Name "TextBox1" to green:

TextBox1.BackColor = \&H0000FF00\&