Multiple choice

Which of the following properties is used to fill the back ground colour of the form?

  1. Background Color

  2. Back Color

  3. BehindColor

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Visual Basic, the property that controls a form's background color is called 'BackColor' (written as two words: Back and Color). This is the standard naming convention for color properties in VB controls. 'Background Color' and 'BehindColor' are not valid property names in VB.