Solved

Which of the Following Is the Correct Way to Assign

Question 5

Multiple Choice

Which of the following is the correct way to assign a font to a label using common dialog boxes after the statement FontDialog1.ShowDialog() has been executed?


A) EmployeeLabel.Font = FontDialog1.Font
B) FontDialog1.Font = EmployeeLabel.Font
C) EmployeeLabel.Font FontDialog1.Font
D) FontDialog1.FontName = EmployeeLabel.FontName

Correct Answer:

verifed

Verified

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

Related Questions