CAnimationController::EnableStoryboardEventHandler
virtual BOOL EnableStoryboardEventHandler(
UINT32 nGroupID,
BOOL bEnable = TRUE
);
参数
nGroupID
指定组 ID。bEnable
指定是否要设置或释放处理程序。
返回值
如果该处理程序已成功设置或释放,则为 TRUE;如果现在找到指定的动画组或没有初始化指定组的动画,并且其内部情节提要为 NULL,则为 FALSE。
备注
当处理程序设置(启用)时,Windows 动画 API 可调用 OnStoryboardStatusChanges 和 OnStoryboardUpdated 虚拟方法。 在为指定的动画组调用 CAnimationController::Animate 后必需设置处理程序,因为 CAnimationController::Animate 会创建封装的 IUIAnimationStoryboard 对象。
要求
标头: afxanimationcontroller.h