AlertColor Property
Windows - Visual C++
Description
The AlertColor property returns or
sets the color of text in an Alert Banner for alerts of a specific profile.
Syntax
unsigned long color
= GetAlertColor(LPCTSTR profCode);
void
SetAlertColor(LPCTSTR profileCode, unsigned long color);
The AlertColor syntax has these parts:
Part |
Description |
|
profCode |
A string specifying a profile code. |
|
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. If multiple Alert
Banners exist, this property applies to all.
See also: AckAlertColor
Back to: Alert Properties