PowerWEB LiveControls for ASP.NET
Stop Method
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveTimer Class : Stop Method



Stops the timer.

Syntax

Visual Basic (Declaration) 
Public Sub Stop() 
Visual Basic (Usage)Copy Code
Dim instance As LiveTimer
 
instance.Stop()
C# 
public void Stop()
C++/CLI 
public:
void Stop(); 

Remarks

Causes the Timer.Tick event to stop being raised.

Note This method sets the LiveTimer.Enabled property of the LiveTimer control to false.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.