System.Windows.Forms.Timer: Property Members

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

Public Properties

Enabledbool.

Gets or sets whether the timer is running.

Intervalint.

Gets or sets the time, in milliseconds, before the Timer.Tick event is raised relative to the last occurrence of the Timer.Tick event.

Tagobject.

Gets or sets an arbitrary string representing some type of user state.