Which of the following If clauses determines whether the user pressed the Backspace key? a. If e.KeyChar

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 Then
c. If e.KeyChar = ControlChars.Backspace Then
d. If ControlChars.BackSpace = True Then

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: