This documentation is archived and is not being maintained.
Timer Properties
Visual Studio 2010
The Timer type exposes the following members.
| Name | Description | |
|---|---|---|
|
AutoReset | Gets or sets a value indicating whether the Timer should raise the Elapsed event each time the specified interval elapses or only after the first time it elapses. |
|
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 | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
|
Enabled | Gets or sets a value indicating whether the Timer should raise the Elapsed event. |
|
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
|
Interval | Gets or sets the interval at which to raise the Elapsed event. |
|
Site | Infrastructure. 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: