IXRStoryboard::Pause (Windows Embedded CE 6.0)

1/6/2010

This method pauses the animation clock of this storyboard.

Syntax

virtual HRESULT STDMETHODCALLTYPE Pause() = 0;

Parameters

None.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

This method stops the animation clock, but has no discernable effect if the clock is not active or is currently paused. As a side effect, all associated children are also paused.

.NET Framework Equivalent

System.Windows.Media.Animation.Storyboard.Pause

Requirements

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

See Also

Reference

IXRStoryboard