Question: Which of the following If clauses determines whether the user pressed the Backspace key? a. If e.KeyChar = ControlChars.Back Then b. If e.KeyChar = Backspace
Which of the following If clauses determines whether the user pressed the Backspace key?
a. If e.KeyChar = ControlChars.Back Then
b. If e.KeyChar = Backspace Then
c. If e.KeyChar = ControlChars.Backspace Then
d. If ControlChars.BackSpace = True Then
Step by Step Solution
3.43 Rating (162 Votes )
There are 3 Steps involved in it
a If eK... View full answer
Get step-by-step solutions from verified subject matter experts
