Share via


CBaseTransition::IsAdded

Visual Studio 2010 SP1 is required.

Tells whether a transition has been added to a storyboard.

BOOL IsAdded();

Return Value

Returns TRUE if a transition has been added to a storyboard, otherwise FALSE.

Remarks

This flag is set internally when the top level code adds transitions to storyboard.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CBaseTransition Class