CListBox::GetTopIndex

Call this member function to retrieve the zero-based index of the first visible item in a list box. Initially, item zero is at the top of the list box, but if the list box is scrolled, another item may be at the top.

Syntax

int GetTopIndex( ) const;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CListBox Overview, CListBox Member Functions, Control Classes, CListBox::SetTopIndex