BCGControlBar Pro for MFC
BOOL CBCGPGridCtrl::SetImageList ( UINT  nResID,
int  cxImage = 16,
COLORREF  clrTransparent = RGB(255, 0, 255),
BOOL  bAutoScale = TRUE 
)

Sets image list to be used by grid items.

Parameters
nResIDSpecifies the image list resource ID.
cxImageSpecifies the image width.
clrTransparentSpecifies a transparent color (for 24bpp or less images).
bAutoScaleSpecifies whether image list should be automatically scaled according to current DPI.
Returns
TRUE if it succeeds, FALSE if it fails.