Multiple choice

Which of the following is not a property of Text Box?

  1. Alignment

  2. Appearance

  3. Container

  4. Background colour

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

The TextBox control in Visual Basic has properties like Alignment, Appearance, and Container. The property that controls background color is called 'BackColor' (a single word), not 'Background colour' (two words). Since the question asks which is not a property and 'Background colour' doesn't match the actual property name, it's the correct answer.