Share via


CAnimationBaseObject::GetAutodestroyTransitions

Tells whether related transition are destroyed automatically.

BOOL GetAutodestroyTransitions() const;

Return Value

If TRUE, related transitions are destroyed automatically; if FALSE, transition objects should be deallocated by calling application.

Remarks

By default this flag is TRUE. Set this flag only if you allocated transition on the stack and/or transitions should be deallocated by the calling application.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationBaseObject Class