M-Files UI Extensibility Framework
KillTimer Method
ICommonFunctions Interface : KillTimer Method
The ID of the timer to be killed.
Description
Kills a timer that was previously created with the "SetTimer" method.
Syntax
Visual Basic
Public Sub KillTimer( _
   ByVal timerId As Long _
) 
Parameters
timerId
The ID of the timer to be killed.
See Also

ICommonFunctions Interface  | ICommonFunctions Members