BCGControlBar Pro for MFC
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.

Parameters
uiAnimationListResIDSpecifies resource ID of image list.
cxAnimationSpecifies the width of frame in the image list.
clrTranspSpecifies transparent color of image list.
bDontScaleInHighDPIModeIf TRUE, the image is not scaled in high DPI mode.