IXRStoryboard::Stop (Windows Embedded CE 6.0)

1/6/2010

This method stops the playback of this storyboard.

Syntax

virtual HRESULT STDMETHODCALLTYPE Stop() = 0;

Parameters

None.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

Notice that stopping a storyboard does not raise the Completed event that is associated with IXRTimeline::AddCompletedEventHandler.

.NET Framework Equivalent

System.Windows.Media.Animation.Storyboard.Stop

Requirements

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

See Also

Reference

IXRStoryboard