CMFCRibbonStatusBarPane::SetAnimationList

附加到图像列表可用于动画使用的状态栏窗格。

void SetAnimationList(
   HBITMAP hBmpAnimationList,
   int cxAnimation=16,
   COLORREF clrTransp=RGB(192,
   192 1,
   192) 1 
);
BOOL SetAnimationList(
   UINT uiAnimationListResID,
   int cxAnimation=16,
   COLORREF clrTransp=RGB(192,
   192 1,
   192) 1 
);

参数

  • [in] hBmpAnimationList
    指定处理到图像列表。

  • [in] cxAnimation
    以像素为单位指定宽度,该图像的帧列表。

  • [in] clrTransp
    指定图像的透明的颜色列表。

  • [in] uiAnimationListResID
    指定图像的资源ID列表。

返回值

TRUE,如果图像列表成功附加到状态栏窗格;否则 FALSE。

要求

标头: afxribbonstatusbarpane.h

请参见

参考

CMFCRibbonStatusBarPane选件类

层次结构图