CComboBox::InsertString

This member function inserts a string into the list box of a combo box. Unlike the AddString member function, the InsertString member function does not cause a list with the CBS_SORT style to be sorted.

Syntax

int InsertString( int nIndex, LPCTSTR lpszString );

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::AddString, CComboBox::DeleteString, CComboBox::ResetContent