| BOOL CBCGPGridCtrl::SetImageList | ( | UINT | nResID, |
| int | cxImage = 16, |
||
| COLORREF | clrTransparent = RGB(255, 0, 255), |
||
| BOOL | bAutoScale = TRUE, |
||
| BOOL | bAutoInverseIconsInDarkTheme = FALSE |
||
| ) |
Sets image list to be used by grid items.
| 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. |
| bAutoInverseIconsInDarkTheme | Specifies whether the icons should be automatically inversed in the dark themes. |