Click here for NewsObjects Overview
DisplayBranding Property (Story Control)
Windows - Visual C++


Description
The DisplayBranding property returns or sets whether to display the headline of the story in bold type along with a NewsEdge logo. DisplayBranding property is read/write.

Syntax
boolean bDisplay = DisplayBranding;
DisplayBranding = bDisplay; 

The DisplayBranding syntax has these parts:

Part

Description

bDisplay

BOOL value representing the either TRUE to display branding or FALSE.

Remarks
The Display Branding is located on top of the story containing the story's headline and either the bitmap of the NewsEdge Corporation logo or the story's source logo.

See Also: HeadlineText 

Back to: Story Properties