Assume you have created a Label named myLabel. Which of the following sets myLabel’s background color to green? a. myLabel = BackColor.System.Drawing.Color.Green; b. myLabel.BackColor =...


Assume you have created a Label named myLabel. Which of the following sets myLabel’s background color to green?


a. myLabel = BackColor.System.Drawing.Color.Green;


b. myLabel.BackColor = System.Drawing.Color.Green;


c. myLabel.Green = System.DrawingColor;


d. myLabel.Background = new Color.Green;



May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here