Share via


IXRStoryboard::Resume (Windows Embedded CE 6.0)

1/6/2010

This method resumes the animation clock that is associated with this storyboard.

Syntax

virtual HRESULT STDMETHODCALLTYPE Resume() = 0;

Parameters

None.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

After pausing playback with IXRStoryboard::Pause, you can call this method to continue the animation sequence defined by this storyboard.

.NET Framework Equivalent

System.Windows.Media.Animation.Storyboard.Resume

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRStoryboard