| BOOL CBCGPRibbonStatusBarPane::SetAnimationList | ( | UINT | uiAnimationListResID, |
| int | cxAnimation = 16, |
||
| COLORREF | clrTransp = RGB(192, 192, 192), |
||
| BOOL | bDontScaleInHighDPIMode = FALSE |
||
| ) |
Attaches an image list that can be used for animation.
Use this method to attach an image list that can be used for animation.
| uiAnimationListResID | Specifies resource ID of 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. |