Timer Properties
.NET Framework (current version)
Namespace:
System.Timers
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | AutoReset | |
![]() | 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.) |
![]() | DesignMode | |
![]() | Enabled | |
![]() | Events | |
![]() | Interval | Gets or sets the interval, expressed in milliseconds, at which to raise the Elapsed event. |
![]() | Site | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the site that binds the Timer to its container in design mode.(Overrides Component::Site.) |
![]() | SynchronizingObject | Gets or sets the object used to marshal event-handler calls that are issued when an interval has elapsed. |
Show:

