ViewID Property (Headline Control)
Windows - Visual C++
Read Only
Description
The ViewID property returns the
view ID associated with the currently displayed headlines.
Syntax
long value = GetViewID ();
The ViewID syntax has these parts:
Part |
Description |
|
value |
An integer containing the view ID associated with the currently displayed headlines. |
Remarks
Each time a search is performed in
the Headline control, a view ID is assigned to the search results
view. This ID is stored in the ViewID property. The headlines
displayed are referred to as a "headline view."
The ViewID property can be used to set the SearchViewID property of another headline control in order to display a narrowed search.
See Also: SearchViewID
Back to: Headline Properties