Ticker: AutoReset (let)

AutoReset

Sets if the Ticker event will be recurring or not.



 Public Property Let AutoReset(
	  ByVal Value As Boolean )

Parameters

Value
[ByVal] Boolean. Flag indicating if the Ticker will be recurring.

Remarks

If AutoReset is set to false, then the Ticker event will happen only once. The Ticker will need to be restarted for another event to occur.

The default is True.

Read/Write.

See Also

Project CorLib Overview

Class Ticker Overview