Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Attaches to the status bar pane an image list that can be used for animation.
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
);
Parameters
[in] hBmpAnimationList
Specifies a handle to an image list.[in] cxAnimation
Specifies the width, in pixels, of the frame in the image list.[in] clrTransp
Specifies the transparent color of the image list.[in] uiAnimationListResID
Specifies the resource ID of the image list.
Return Value
TRUE if the image list is successfully attached to the status bar pane; FALSE otherwise.
Requirements
Header: afxribbonstatusbarpane.h