Which of the following If clauses determines whether the user pressed the % key? a. If ControlChars.PercentSign

Question:

Which of the following If clauses determines whether the user pressed the % key?
a. If ControlChars.PercentSign = True Then
b. If e.KeyChar = "%" Then
c. If e.KeyChar = Chars.PercentSign Then
d. If e.KeyChar.ControlChars = "%" Then

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

Step by Step Answer:

Question Posted: