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


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

Syntax
void RemoveNewsWireBackColor(LPCTSTR newsWireCode);

The RemoveNewsWireBackColor syntax has these parts:

 Part

Description

newsWireCode

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

See Also: RemoveNewsWireForeColor RemoveNewsWireColors SetNewsWireForeColor SetNewsWireBackColor

Back to: Headline Methods