Storyboard::GetCurrentState Method (FrameworkContentElement^)
Retrieves the CurrentState of the Clock that was created for this Storyboard.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- containingObject
-
Type:
System.Windows::FrameworkContentElement^
The object specified when the Begin(FrameworkContentElement^, Boolean) method was called. This object contains the Clock objects that were created for this storyboard and its children.
Return Value
Type: System.Windows.Media.Animation::ClockStateThe current state of the clock created for this storyboard: Active, Filling, or Stopped.
This method does not tell you whether a storyboard is paused. To determine whether a storyboard is paused, use the GetIsPaused method.
To use this method to retrieve information about a storyboard's clock, the storyboard must be controllable. To make a storyboard controllable in code, you must use the appropriate overload of the storyboard's Begin method and specify true to make it controllable. For an example, see How to: Control a Storyboard After It Starts.
Available since 3.0