AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : Timer Property |
Visual Basic |
---|
Public Property Timer As Long |
This is very useful for checking when things occur, and updating fields in your programs accordingly. To enable this timer, set this property to a positive integer value, which defines the timer interval (in milliseconds). Each time-out occurrence will generate a TimerTick event, and the code connected to that event will be executed.
A zero value for the Timer property disables the timer.