CComboBox::GetTopIndex

This method 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.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

int GetTopIndex( ) const;

See Also

CComboBox::SetTopIndex