Home > comp > gb.qt > drawingarea > backcolor 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
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\&