RemoveNewsWireColors Method (Headline Control)
Windows - Visual C++
Description
The RemoveNewsWireColors method
removes the text and background colors of the headlines associated
with a newswire. The text and background colors return to their
default values.
Syntax
void RemoveNewsWireColors(LPCTSTR newsWireCode);
The RemoveNewsWireColors syntax has these parts:
Part |
Description |
newsWireCode |
A String containing a two-letter code representing the newswire. |
Remarks
It is more efficient to call
RemoveNewsWireColors than to call both RemoveNewsWireForeColor
and RemoveNewsWireBackColor.
This method is most useful for the case when a newswire has been removed.
See Also: RemoveNewsWireForeColor RemoveNewsWireBackColor SetNewsWireForeColor SetNewsWireBackColor
Back to: Headline Methods