CAnimationGroup::Schedule
Schedules an animation at the specified time.
BOOL Schedule(
IUIAnimationTimer* pTimer,
UI_ANIMATION_SECONDS time
);
Parameters
pTimer
A pointer to animation timer.time
Specifies time to schedule the animation.
Return Value
TRUE if the method succeeds; FALSE if the method fails or if Animate has not been called with bScheduleNow set to FALSE.
Remarks
Call this function to schedule an animation at the specified time. You must call Animate with bScheduleNow set to FALSE first.
Requirements
Header: afxanimationcontroller.h