Solved

What Is the Result of the Following Section of Code

Question 16

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:

verifed

Verified

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

Related Questions