Solved

Which One of the Following Statements Changes the Form's BackColor

Question 138

Multiple Choice

Which one of the following statements changes the form's BackColor property to Blue?


A) this.Color = Blue;
B) this.BackColor = Color.Blue;
C) Form1.BackColor = Blue;
D) Me.BackColor(Blue) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions