Ticker: AutoReset (let) |
Sets if the Ticker event will be recurring or not.
Public Property Let AutoReset( ByVal Value As Boolean )
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.