Click here for NewsObjects Overview
AckAlertColor Property
Windows - Visual C++


Description
The AckAlertColor property returns or sets the color of text in an Alert Banner for alerts which have been marked acknowledged.

Syntax
unsigned long color = GetAckAlertColor();
void SetAckAlertColor(unsigned long color);

The AckAlertColor syntax has these parts:

 Part

Description

color 

A value or constant that determines the color, as described in Remarks. 

Remarks
The color can be either normal RGB (red, green, blue) or system default colors.

An alert is marked acknowledged once the user clicks an Alert button while the information for that alert is displayed. It is also marked acknowledged if the user double-clicks the alert in the Alert List dialog box.

If multiple Alert Banners exist, this property applies to all.

See also: AlertColor

Back to: Alert Properties