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

Returns the data value associated with the list control item.

Returns
The value associated with the item.

The DWORD_PTR value was the dwData parameter of a SetItemData() or AddItem() call.

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

Implements CBCGPEditListBase.