Solved

What Will the Following Section of Code Do? Private Sub

Question 22

Multiple Choice

What will the following section of code do? Private Sub btnExit_ClickByVal 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) All of the above

Correct Answer:

verifed

Verified

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

Related Questions