BOOL CBCGPPropertySheet::SetIconsList | ( | UINT | uiImageListResID, |
int | cx, | ||
COLORREF | clrTransparent = RGB(255, 0, 255) , |
||
BOOL | bIsDPIScale = FALSE |
||
) |
Sets the list of images to be used in the embedded outlook bar.
Call this member function to set the image list to be used by the embedded outlook bar control. Each image from this list will be associated with property pages added later using AddPage().
uiImageListResID | Specifies the resource ID of the image list. |
cx | Specifies the size of icons in the image list. |
clrTransparent | Specifies the transparent color. |
bIsDPIScale | TRUE - scale icons list by DPI. |