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