Ticker: Interval (let)

Interval

Sets the duration between Ticker events in milliseconds.



 Public Property Let Interval(
	  ByVal Value As Long )

Parameters

Value
[ByVal] Long. Duration between events in milliseconds.

Remarks

If the Ticker is already running, it will be reset and begin a new duration with the new interval.

Read/Write.

See Also

Project CorLib Overview

Class Ticker Overview