RemoveProfileForeColor Method (Headline Control)
Windows - Visual C++
Description
The RemoveProfileForeColor method
removes the text color of the headlines associated with a profile.
The text color returns to its default value.
Syntax
void RemoveProfileForeColor(LPCTSTR ProfileCode);
The RemoveProfileForeColor syntax has these parts:
Part |
Description |
ProfileCode |
A String containing a two-letter code representing the profile. |
See Also: RemoveProfileBackColor RemoveProfileColors SetProfileForeColor SetProfileBackColor
Back to: Headline Methods