BCGControlBar Pro for MFC
virtual BOOL CBCGPEditListBase::RemoveItem ( int  iIndex)
pure virtual

Deletes an item from a list control. Implementation required.

Returns
Nonzero if the item was deleted successfully; otherwise 0.

The implementation should delete an item from the list control.

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

Implemented in CBCGPEditListBox.