HeadlineViewID Property (Story Control)
Windows - Visual C++
Description
The HeadlineViewID property returns
or sets the headline view ID associated with this story.
Syntax
long ID = GetHeadlineViewID();
void SetHeadlineViewID(long ID);
The HeadlineViewID syntax has these parts:
Part |
Description |
|
ID |
A long integer containing the headline view ID associated with this story. |
Remarks
In addition to the HeadlineViewID, the StoryID
and Run
properties must be set before a story will be retrieved, as follows:
Story Control Properties |
Value |
Headline Control CurrentStoryID |
|
Headline Control ViewID |
|
Run (must be set last) |
TRUE |
See Also: CurrentStoryID Run StoryID ViewID
Back to: Story Properties