CAnimationGroup::m_bAutodestroyAnimationObjects

Specifies how to destroy animation objects. If this parameter is TRUE, animation objects will be destroyed automatically when the group is destroyed. Otherwise animation objects must be destroyed manually. The default value is FALSE. Set this value to TRUE only if all animation objects that belong to group are allocated dynamically with operator new.

BOOL m_bAutodestroyAnimationObjects;

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationGroup Class