Multiple Choice
What is the result of the following section of code?
Private Sub btnExit_Click(ByVal sender As System.Object, _
ByVal e as System.EventArgs) Handles btnExit.Click
Me) Close()
End Sub
A) Shut down the computer
B) Log off the current user
C) Close the current form
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: When a _form is displayed, no other
Q12: The best way to maintain consistency when
Q13: A module-level variable declared Public is also
Q14: Which of the following statements will display
Q15: What is the best way to share
Q17: Any form in a Windows Forms application
Q18: When creating a form in Visual Basic,
Q19: All of the following are true about
Q20: A form's _event is triggered when the
Q21: The _event occurs when a form is