CListBox::GetSel

Call this member function to retrieve the selection state of an item. This member function works with both single- and multiple-selection list boxes.

Syntax

int GetSel( int nIndex ) 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::SetSel