CListBox::GetAnchorIndex

检索当前定位点项的从零开始的索引在列表框中。

int GetAnchorIndex( ) const;

返回值

当前定位点项的索引,因此,如果成功;否则 LB_ERR

备注

在多重选择列表框,定位点项目是在连续选定项块中的第一个或最后一项。

示例

CListBox::SetAnchorIndex参见示例。

要求

Header: afxwin.h

请参见

参考

CListBox选件类

层次结构图

CListBox::SetAnchorIndex