The properties of System.Windows.Forms.Timer are listed below. For a list of all members, see the Timer Members list.
See Also: Inherited members from System.ComponentModel.Component
Enabled | bool.
![]() Gets or sets whether the timer is running. | |
Interval | int.
![]() Gets or sets the time, in milliseconds, before the Timer.Tick event is raised relative to the last occurrence of the Timer.Tick event. | |
Tag | object.
![]() Gets or sets an arbitrary string representing some type of user state. |