The properties of the Timer class are listed below. For a complete list of Timer class members, see the Timer Members topic.
AutoReset | Gets and Sets a value indicating whether the timer will be restarted when it is enabled. |
Enabled | Gets or sets the a value indicating whether the timer is enabled to fire events at a defined interval. |
Interval | Gets or sets the interval between timer events. |
Site (inherited from Component) | Gets or sets the site of the Component. |
SynchronizingObject | Represents the object used to marshal the event handler calls issued when an interval has elapsed. Normally this property will be set when the component is placed inside a control or a from, since those components are bound to a specific thread. |