Click here for NewsObjects Overview
SetNewsWireBackColor Method (Headline Control)
Windows - Visual C++


Description
The SetNewsWireBackColor method sets the background color of the headlines associated with the specified newswire.

Syntax
void SetNewsWireBackColor(LPCTSTR newsWireCode, unsigned long BackColor);

The SetNewsWireBackColor syntax has these parts:

Part

Description

newsWireCode

A String containing a two-letter code representing the newswire.

color

A value or constant that determines the background color of headlines associated with the newswire, as described in Remarks.

Remarks
The color can be either normal RGB (red, green, blue) or system default colors. Normal RGB colors are specified by using the Visual C++ color palette or by using the Visual C++ RGB or QBColor functions. System default colors are listed in the Visual C++ object library in the Object Browser. The user's choices will be substituted as specified in the Control Panel settings.

See Also: SetNewsWireForeColor RemoveNewsWireBackColor RemoveNewsWire GetNewsWireBackColor

Back to: Headline Methods