Click or drag to resize

Timer Properties

The Timer type exposes the following members.

Properties
 NameDescription
Protected propertyCanRaiseEventsGets a value indicating whether the component can raise an event.
(Inherited from Component)
Public propertyContainerGets the IContainer that contains the Component.
(Inherited from Component)
Public propertyCycled When this property is true, then the OnTimer event will be fired periodically, otherwise the event will be fired only once.
Protected propertyDesignModeGets a value that indicates whether the Component is currently in design mode.
(Inherited from Component)
Public propertyEnabled Enables (starts) or disables (stops) the timer.
Protected propertyEventsGets the list of event handlers that are attached to this Component.
(Inherited from Component)
Public propertyInterval The time interval in milliseconds. The OnTick event is fired repeatedly after this measured interval.
Public propertyIntervalInMinutes The time interval in minutes. The OnTick event is fired repeatedly after this measured interval.
Public propertyIntervalInSeconds The time interval in seconds. The OnTick event is fired repeatedly after this measured interval.
Public propertyIsPaused Indicates if the timer is paused or not.
Public propertyPriority Priority of the timer thread.
Public propertyRepeatCount Specifies how many times the OnTimer event will be fired. When this property is 0, then the event will be fired continually.
Public propertySiteGets or sets the ISite of the Component.
(Inherited from Component)
Public propertyStatic memberUnlockKey Unlock key.
Top
See Also