Multiple choice

__________ event in VB specifies that the user presses a keyboard key while an object has focus.

  1. KeyPress

  2. KeyDown

  3. KeyUp

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

KeyDown event in VB specifies that the user presses a keyboard key while an object has focus.