Kills the timer specified by the given id.
[Visual Basic] Public Shared Sub KillTimer( _ ByVal timerId As Integer _ ) [C#] public static void KillTimer( int timerId ); [C++] public: static void KillTimer( int timerId ); [JScript] public static function KillTimer( timerId : int );
SystemEvents Class | SystemEvents Members | System.Core Namespace