Microsoft SDK for Java

Timer.stop

Stops the Timer control.

Syntax

public final void start()

Remarks

The stop method is used to stop the Timer control. The timer event is not triggered. The stop method is identical to calling the setEnabled method and passing a false value.

See Also   start, getEnabled

© 1999 Microsoft Corporation. All rights reserved. Terms of use.