Share via


CBaseTransition::AddToStoryboard

Visual Studio 2010 SP1 is required.

Adds a transition to a storyboard.

BOOL AddToStoryboard(
   IUIAnimationStoryboard* pStoryboard
);

Parameters

  • pStoryboard
    A pointer to storyboard, which will animate the related variable.

Return Value

TRUE, if transition was successfully added to a storyboard.

Remarks

Applies the transition to the related variable in the storyboard. If this is the first transition applied to this variable in this storyboard, the transition begins at the start of the storyboard. Otherwise, the transition is appended to the transition added most recently to the variable.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CBaseTransition Class