Share via


CAnimationController::EnableAnimationManagerEvent

Sets or releases a handler to call when animation manager's status changes.

virtual BOOL EnableAnimationManagerEvent(
   BOOL bEnable = TRUE
);

Parameters

  • bEnable
    Specifies whether to set or release a handler.

Return Value

TRUE if the handler was successfully set or released.

Remarks

When a handler is set (enabled) Windows Animation calls OnAnimationManagerStatusChanged when animation manager's status changes.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationController Class