BCGControlBar Pro for MFC
virtual void CBCGPEditListBase::SetItemText ( int  iIndex,
const CString &  strText 
)
pure virtual

Changes the text of a list control item. Implementation required.

Should change the text of a list control item.

Parameters
iIndexSpecifies the zero-based index of the item in the list control.
strTextReference to the CString object that contains the new item text.