CComboBox::GetTopIndex

This member function retrieves the zero-based index of the first visible item in the list-box portion of the combo 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

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