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

(B) txtBox.ForeColor = Color.Red

Computer Science & Information Technology

You might also like to view...

A ________ enables individuals to select from a list but does not enable individuals to type anything that is not in the list

A) multivalue field B) list box C) combo box D) control type

Computer Science & Information Technology

A query is synonymous with question

Indicate whether the statement is true or false

Computer Science & Information Technology