HeadlineText Property (Story Control)
Windows - Visual C++
Description
The HeadlineText property returns
the string of the story headline.
HeadlineText property is read-only.
Syntax
CString strHeadline = GetHeadlineText();
The GetHeadlineText syntax has these parts:
Part |
Description |
|
bstrHeadline |
BSTR value set to the headline string of a story. If a story contains more than one headline, this property will return the first headline it encounters. |
Remarks
Some stories contain more than one
headline. This property will return the first headline it encounters.
See Also: DisplayBranding
Back to: Story Properties