RemoveNewsWireForeColor Method (Headline Control)
Windows - Visual C++


Description
The RemoveNewsWireForeColor method removes the text color of the headlines associated with a newswire. The text color returns to its default value.

Syntax
void RemoveNewsWireForeColor(LPCTSTR newsWireCode);

The RemoveNewsWireForeColor syntax has these parts:

Part

Description

newsWireCode

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

See Also: RemoveNewsWireBackColor RemoveNewsWireColors SetNewsWireForeColor SetNewsWireBackColor

Back to: Headline Methods