Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Timer.start

Starts the Timer control.

Syntax

public final void start()

Remarks

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