Accusoft ImagXpress 13
Timer Property
Description
Sets the built-in timer interval.
Property Type
Read-write property
Syntax
Visual Basic
Public Property Timer As Long
Return Type
The built-in timer interval in milliseconds.
Remarks

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.

See Also

ImagXpress Object  | ImagXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback