Accusoft ImagXpress 12
Timer Property
See Also  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : Timer Property

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.