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


Description
The AlertRefreshTime property specifies the interval at which the Alert Banner will be refreshed with the latest alert information. Used when the client is displaying the most recent alert in an Alert Banner. Sets the amount of time that the client needs to read each alert headline before a new one is displayed.

Syntax
long value = GetAlertRefreshTime();
void SetAlertRefreshTime(long value);

The AlertRefreshTime syntax has these parts:
 

 Part

Description

value

A long integer specifying the new refresh interval.

Remarks

The default value is 2 tenths of a second (.2 seconds) and the valid range is 2 to 90 tenths of a second (.2 to 9 seconds). If multiple Alert Banners exist, this property applies to all.

Back to: Alert Properties