Share via


CListBox::GetAnchorIndex

intGetAnchorIndex()const;

Return Value

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

Remarks

Retrieves the zero-based index of the current anchor item in the list box. 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.

CListBox OverviewClass MembersHierarchy Chart

See Also   CListBox::SetAnchorIndex