ZylTimer.NET

Timer.RepeatCount Property

Specifies how many times the OnTimer event will be fired. When this property is 0, then the event will be fired continually.

[Visual Basic]
Public Property RepeatCount As 
[C#]
public  RepeatCount {get; set;}

See Also

Timer Class | ZylTimer Namespace