BOOL CBCGPGridCtrl::SetHeaderImageList | ( | UINT | nResID, |
int | cxImage = 16 , |
||
COLORREF | clrTransparent = RGB(255, 0, 255) , |
||
BOOL | bAutoScale = TRUE |
||
) |
Sets the image list associated with the header.
nResID | Specifies the image list resource ID. |
cxImage | Specifies the image width. |
clrTransparent | Specifies a transparent color (for 24bpp or less images). |
bAutoScale | Specifies whether image list should be automatically scaled according to current DPI. |