CComboBox::GetCurSel

This member function determines which item in the combo box is selected, and returns an index into the list.

Syntax

int GetCurSel( ) 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::SetCurSel