Creates and starts a timer object.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
Object StartTimer ( |
Visual Basic
Copy Code
|
|---|
Function StartTimer( _ |
The timer interval, expressed in milliseconds.
The method to use as event handler for the timer.
See Also