| 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(); | |
Causes the Timer.Tick event to stop being raised.
Note This method sets the LiveTimer.Enabled property of the LiveTimer control to false.
Target Platforms: Microsoft .NET Framework 2.0