The members of System.Windows.Forms.Timer are listed below.
See Also: Inherited members from System.ComponentModel.Component
Timer() |
Initializes a new instance of the System.Windows.Forms.Timer class. | |
Initializes a new instance of the System.Windows.Forms.Timer class together with the specified container. |
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. |
Start()
| ||
Stop()
| ||
override | ToString()
|
override | Dispose(bool)
| |
OnTick(EventArgs)
|
Tick |
Occurs when the specified timer interval has elapsed and the timer is enabled. |