CListBox::GetAnchorIndex

Retrieves the zero-based index of the current anchor item in the list box.

int GetAnchorIndex( ) const;

Return Value

The index of the current anchor item, if successful; otherwise LB_ERR.

Remarks

In a multiple-selection list box, the anchor item is the first or last item in a block of contiguous selected items.

Example

See the example for CListBox::SetAnchorIndex.

Requirements

Header: afxwin.h

See Also

Reference

CListBox Class

Hierarchy Chart

CListBox::SetAnchorIndex