void CBCGPRibbonStatusBarPane::SetAnimationList | ( | HBITMAP | hBmpAnimationList, |
int | cxAnimation = 16 , |
||
COLORREF | clrTransp = RGB(192, 192, 192) , |
||
BOOL | bDontScaleInHighDPIMode = FALSE |
||
) |
Attaches an image list that can be used for animation.
hBmpAnimationList | A handle to an image list. |
cxAnimation | Specifies the width of frame in the image list. |
clrTransp | Specifies transparent color of image list. |
bDontScaleInHighDPIMode | If TRUE, the image is not scaled in high DPI mode. |