Which of the following is true?
Which of the following is true?
Select Answer:
If onKeyDown returns false, the key-press event is cancelled
If onKeyPress returns false, the key-down event is cancelled.
If onKeyDown returns false, the key-up event is cancelled.
If onKeyPress returns false, the key-up event is canceled.
|