Click here for NewsObjects Overview
EndSelectionBlock Method (Headline Control)
Windows - Visual C++


Description
The EndSelectionBlock method marks the headline with the current focus as the end of the selection block and selects all headlines between it and the start of the selection block.

Syntax
long result = EndSelectionBlock();

The EndSelectionBlock syntax has these parts:

 Part

Description

result

A long integer containing 0 if successful and an error code if not.

Remarks
You must call the StartSelectionBlock method before calling EndSelectionBlock.

See Also: StartSelectionBlock

Back to: Headline Methods