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


Description
The AlertsDisplayed property indicates whether alerts will be displayed for the specified profile in the specified Alert Banner.

Syntax
BOOL value = GetAlertsDisplayed(long winId, LPCTSTR profileCode);
void SetAlertsDisplayed(long winId, LPCTSTR profileCode, BOOL value);

The AlertsDisplayed syntax has these parts:
 

 Part

Description

winID

A long integer specifying a valid Alert Banner. 

profileCode

A string specifying a valid profile code. 

value

A Boolean containing TRUE, if alerts will be displayed, or FALSE, otherwise.

Remarks
The default value is TRUE. Each alert window, by default, displays alerts for all profiles.

See Also: IsValidWinId GetProfileCode

 Back to: Alert Properties