Timer.dispose

Overview | Methods | This Package | All Packages

Timer.dispose

Disposes of the Timer control.

Syntax

public void dispose()

Remarks

The Timer control's dispose method overrides the com.ms.wfc.core.Component.dispose method. The Timer control's implementation sets the enabled property to false before disposing of the control. This allows the control to be disposed of properly and released through garbage collection. If you are overriding the Timer control, use this method to perform other operations prior to disposing of the control.