Computer Science, asked by Manoranjansahu2157, 10 months ago

___________ event occurs when a key is pressed while the form has the focus.
A. Keydown
B. Keypress
C. Keyup
D. KeyEnter

Answers

Answered by student0135
0

Answer:

Keypress

Explanation:

B . keypress (✓)

Answered by dreamrob
0

A Keypress event occurs when a key is pressed while the form has the focus. Option(b)  is the correct answer.

  • KeyPress events are the events that are fired when a key is pressed down in the TextBox which produced some character.
  • Alphabetic, numeric, and punctuation keys are some keys that produced characters.
  • Alt, Shift, Ctrl, or Meta are some keys that do not produce any character and are called modifier keys.
Similar questions