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:

Verified
Correct Answer:
Verified
Q1: If you want the user to be
Q2: By default,all new menu items have their
Q3: When you call a sub procedure or
Q4: An enabled menu item appears in black
Q6: If you click on an item in
Q7: Common Dialog Boxes _.<br>A)allow Visual Basic programs
Q8: Which of the following is NOT true
Q9: Which of the following is NOT true
Q10: Which property in a menu item's property
Q11: A function cannot have multiple arguments.