Click here for NewsObjects Overview
InactiveTime Property (Alert Control)
Windows - Visual C++


Description
The InactiveTime property specifies the duration of time after which, if there has been no user activity, an Alert window reverts back from "Navigation" mode to "Display Latest" mode.

Syntax
long value = GetInactiveTime();
void SetInactiveTime(long value);

The InactiveTime syntax has these parts:
 

 Part

Description

value

A long integer specifying the new limit, in seconds. 

Remarks
The default value is 20 and the valid range is 5 to 45 seconds. If multiple Alert Banners exist, this property applies to all. This property also specifies the self-dismissal time of the Alert List dialog box.

Back to: Alert Properties