Enabled Property (ccrpCountdown Object)

See Also  Examples  Applies to

Returns/sets a value that determines whether the countdown should commence or continue.

Syntax

ccrpCountdown.Enabled[ = {True | False} ]

Settings
Description
True
Allows object to trigger to events.
False
(Default) Prevents object from triggering events.

Remarks

Controls whether or not a countdown is underway.

Disabling a Countdown object by setting Enabled to False cancels the countdown set up by the control's Duration property. Tick and Timer events only occur when a Countdown object's Enabled property is set to True.

The Enabled property is automatically reset to False when a countdown finishes.

To temporarily delay a countdown, query and store the TimeRemaining property and set Enabled to False. Later, set the stored value into the Duration property, and set Enabled to True.

Data Type

Boolean

Default Value

False