BCGControlBar Pro for MFC
virtual DWORD_PTR CBCGPEditListBase::GetItemData ( int  iIndex) const
pure virtual

Returns the data value associated with the list item. Implementation required.

Returns
The value associated with the item.

Should retrieve the application-supplied double word value associated with the specified list item.

The double word value was the dwData parameter of a SetItemData() call.

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

Implemented in CBCGPEditListBox.