Multiple Choice
Which of the following statements specifies that the color of the text in txtBox be red?
A) txtBox.Text = Color.Red
B) txtBox.ForeColor = Color.Red
C) txtBox.ForeColor = Red
D) txtBox = Color.Red
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: The Font dialog box allows you to
Q33: The ForeColor property of a text box
Q34: What keyboard shortcut is used to run
Q35: Which property is available for most controls
Q36: GUI stands for<br>A) graphical user interface.<br>B) graphing
Q38: When working with text boxes, the sizing
Q39: The statement<br> txtBox.Font.Bold = True<br> will produce
Q40: Which of the following is not one
Q41: The Auto Hide feature of the Toolbox
Q42: IntelliSense is a technology built into Visual