NewsWiresHavePriority Property (Headline Control)
Windows - Visual C++
Description
The NewsWiresHavePriority property
returns or sets the flag indicating whether to use the newswire
colors (background and foreground) or profile colors when displaying
headlines that match both criteria.
Syntax
BOOL value = GetNewsWiresHavePriority();
void SetNewsWiresHavePriority(BOOL);
The NewsWiresHavePriority syntax has these parts:
Part |
Description |
|
value |
A Boolean value indicating whether newswires have priority over profiles when displaying background and foreground colors. |
Remarks
The NewsWiresHavePriority property
is related to the group of Headline
methods that
gets and sets background and foreground colors for specific newswires
and profiles. If a headline has a newswire and a profile which have
conflicting colors assigned to them, NewsWiresHavePriority indicates
which receives priority and therefore which color is shown. If
NewsWiresHavePriority is set to TRUE, then newswires have priority
over profiles and when it is set to FALSE, profiles have priority.
See Also: SetNewsWireForeColor Set NewsWireBackColor
Back to: Headline Properties