CMFCRibbonStatusBarPane::SetAnimationList
Fügt dem Statusleistenbereich eine Bildliste beibehalten, die für Animationen verwendet werden kann.
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
);
Parameter
[in] hBmpAnimationList
Gibt ein Handle einer Bildliste an.[in] cxAnimation
Gibt die Breite, in Pixel, der Frame in der Bildliste an.[in] clrTransp
Gibt die transparente Farbe der Bildliste an.[in] uiAnimationListResID
Gibt das Ressourcen-ID der Bildliste an.
Rückgabewert
TRUE, wenn die Bildliste erfolgreich zum Statusleistenbereich angefügt wird, FALSE andernfalls.
Anforderungen
Header: afxribbonstatusbarpane.h