Timer Properties |
The Timer type exposes the following members.
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component) | |
| Container | Gets the IContainer that contains the Component. (Inherited from Component) | |
| Cycled | When this property is true, then the OnTimer event will be fired periodically, otherwise the event will be fired only once. | |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component) | |
| Enabled | Enables (starts) or disables (stops) the timer. | |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component) | |
| Interval | The time interval in milliseconds. The OnTick event is fired repeatedly after this measured interval. | |
| IntervalInMinutes | The time interval in minutes. The OnTick event is fired repeatedly after this measured interval. | |
| IntervalInSeconds | The time interval in seconds. 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 | Gets or sets the ISite of the Component. (Inherited from Component) | |
| UnlockKey | Unlock key. |