void CBCGPGridCtrl::SetHeaderImageList | ( | CImageList * | pImagesHeader | ) |
Sets the image list associated with the header.
If you wish to display images along with the header items, you can associate the image list with the header using SetHeaderImageList().
Use CBCGPGridColumnsInfo::SetColumnImage to associate a column with an index from the image list.
pImagesHeader | Points to image list to set. |