System.Windows.Forms.Timer: Method Members

The methods 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 Methods

Start()

Starts the timer.

Stop()

Stops the timer.

override
ToString() : string

Returns a string that represents the System.Windows.Forms.Timer.

Protected Methods

override
Dispose(bool)

Disposes of the resources, other than memory, used by the timer.

OnTick(EventArgs)

Raises the Timer.Tick event.