Which of the following If clauses will evaluate to True when the Bonus check box is selected?

Question:

Which of the following If clauses will evaluate to True when the Bonus check box is selected?
a. If chkBonus.Check = True Then
b. If chkBonus.Checked Then
c. If chkBonus.Checked = True Then
d. Both b and c.

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

Step by Step Answer:

Question Posted: