CComboBox::GetLBText

This method retrieves a string from the list box of a combo box. The second form of this method fills a CString object with the item’s text.

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 GetLBText( int nIndex, LPTSTR lpszText ) const;
void GetLBText( int
nIndex, CString& rString ) const;

See Also

CComboBox::GetLBTextLen