CMFCStatusBar::SetPaneAnimation
將動畫加入至指定的窗格。
void SetPaneAnimation(
int nIndex,
HIMAGELIST hImageList,
UINT nFrameRate=500,
BOOL bUpdate=TRUE
);
參數
[in] nIndex
指定要對其指派動畫窗格的索引。[in] hImageList
指定控制代碼給存放動畫框架的影像清單。[in] nFrameRate
指定以毫秒為單位的畫面播放速率,如果是,則動畫。[in] bUpdate
如果 TRUE,立即更新 窗格中的內容。 否則,,當它失效時,窗格會更新內容。
備註
如果您想要停用目前動畫,請呼叫 SetPaneAnimation 和 hImageList 設為 NULL。
需求
標題: afxstatusbar.h