CListBox::GetTopIndex
목록 상자에 표시 되는 첫 번째 항목의 인덱스를 검색합니다.
int GetTopIndex( ) const;
반환 값
성공 하면 목록 상자에 표시 되는 첫 번째 항목의 인덱스를 LB_ERR 그렇지.
설명
처음에 항목 0 목록 상자의 맨 이지만 목록 상자를 스크롤할 경우 다른 항목 위에 수 있습니다.
예제
// Want an item in the bottom half to be the first visible item.
int n = m_myListBox.GetCount()/2;
if (m_myListBox.GetTopIndex() < n)
{
m_myListBox.SetTopIndex(n);
ASSERT(m_myListBox.GetTopIndex() == n);
}
요구 사항
헤더: afxwin.h