BCGControlBar Pro for MFC
void CBCGPEditCtrl::SetSymImgList ( CImageList *  pImgList,
BOOL  bAutoDestroy = FALSE 
)
inline

Associates a new image list with symbol definitions.

Use this function to associate a new image list with the list of symbol definitions (m_lstSymDefs). By the default, there is no image list set.

Parameters
pImgListPoints to the new image list.
bAutoDestroyIf TRUE, the image list should be destroyed automatically.