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


Description
The RemoveProfileBackColor method removes the background color of the headlines associated with a profile. The background color returns to its default values.

Syntax
void RemoveProfileBackColor(LPCTSTR ProfileCode);

The RemoveProfileBackColor syntax has these parts:

 Part

Description

ProfileCode

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

See Also: RemoveProfileForeColor RemoveProfileColors SetProfileForeColor SetProfileBackColor

Back to: Headline Methods