Storyboard::CreateInstanceCore Method ()
.NET Framework (current version)
Creates a new instance of the Storyboard class.
Assembly: PresentationFramework (in PresentationFramework.dll)
This method is called internally by CreateInstance when creating new instances of the Storyboard class for the various cloning methods (such as Clone and CloneCurrentValue).
Notes to Implementers:
Every Storyboard subclass must implement this method. Typical implementation is to simply call the class default constructor and return the result.
The following example shows a typical implementation of CreateInstanceCore.
.NET Framework
Available since 3.0
Available since 3.0
Show: