Starts the Timer control.
public final void start()
The start method is used to start the Timer control and causes the timer event to be triggered routinely based on the control's interval property. The start method is identical to calling the setEnabled method and passing a true value.
See Also stop, getEnabled