ZylTimer.NET

Timer Properties

The properties of the Timer class are listed below. For a complete list of Timer class members, see the Timer Members topic.

Public Instance Properties

Container (inherited from Component)Gets the IContainer that contains the Component.
Cycled When this property is true, then the OnTimer event will be fired periodically, otherwise the event will be fired only once.
Enabled Enables (starts) or disables (stops) the timer.
Interval The time interval in milliseconds. The OnTick event is fired repeatedly after this measured interval.
IsPaused Indicates if the timer is paused or not.
Priority Priority of the timer thread.
RepeatCount Specifies how many times the OnTimer event will be fired. When this property is 0, then the event will be fired continually.
Site (inherited from Component)Gets or sets the ISite of the Component.

Protected Instance Properties

CanRaiseEvents (inherited from Component)Gets a value indicating whether the component can raise an event.
DesignMode (inherited from Component)Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component)Gets the list of event handlers that are attached to this Component.

See Also

Timer Class | ZylTimer Namespace