2.0
3.0
>
comp
>
gb.qt
>
control
>
backcolor
Previous
Next
Edit
Rename
Undo
Search
Administration
Documentation
Warning! This page is not translated.
See english version
Control.BackColor (gb.qt)
PROPERTY
BackColor
AS
Integer
A synonymous for the
Background
property.
Example
' Set the Background Colour of the TextBox with the Name "TextBox1" to green:
TextBox1.BackColor = \&H0000FF00\&