Multiple choice .net

The Tick event is found only in which object?

  1. Form

  2. Button

  3. TextBox

  4. Label

  5. Timer

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

The Tick event is specific to the Timer control. It fires at regular intervals specified by the Interval property. Forms, Buttons, TextBoxes, and Labels do not have a Tick event.