Share via


CAnimationVariable::m_bAutodestroyTransitions

Specifies whether related transition objects should be deleted.

BOOL m_bAutodestroyTransitions;

Remarks

Set this value to TRUE to force deletion of transition objects when they are being removed from the internal list of transitions. If this value is FALSE the transitions should be deleted by calling application. The list of transitions is always cleared after an animation has been scheduled. The default value is FALSE.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationVariable Class