BCGControlBar Pro for MFC
void CBCGPProp::SetData ( DWORD_PTR  dwData)
inline

Sets a DWORD_PTR value to be associated with the property.

You can retrieve the value using GetData() and search a property list control by a DWORD_PTR value using CBCGPPropList::FindItemByData.

Parameters
dwDataSpecifies the data value.