BCGControlBar Pro for MFC
virtual CString CBCGPEditListBase::GetItemText ( int  iIndex) const
pure virtual

Returns the text associated with the list item. Implementation required.

Returns
A CString object containing the list control item's text.

The implementation should retrieve the text associated with a list control item and return it as a CString object.

Parameters
iIndexSpecifies the zero-based index of the item in the list control.

Implemented in CBCGPEditListBox.