SelectAll Method (Headline Control)
Windows - Visual C++
Description
The SelectAll method selects all
the headlines in the headline control's list.
Syntax
long SelectAll();
The SelectAll syntax has these parts:
Part |
Description |
result |
A long integer containing 0 if successful and an error code if not. |
Remarks
If new headlines are received after
the call to the SelectAll method, they will not be selected.
See Also: DeselectAll GetNumberSelected
Back to: Headline Methods