Visual Studio 2010 - Visual C++
DDP_LBIndex
Call this function in your property page's DoDataExchange function to synchronize the value of an integer property with the index of the current selection in a list box on the property page.
void AFXAPI DDP_LBIndex( CDataExchange* pDX, int id, int& member, LPCTSTR pszPropName );
Parameters
Remarks
This function should be called before the corresponding DDX_LBIndex function call.
Requirements
Header: afxctl.h
See Also