Intersoft ClientUI Documentation
GetAnimation Method (IAnimationProvider)



The name of which animation to be retrieved.
Gets the storyboard animation of the specified name.
Syntax
Function GetAnimation( _
   ByVal animationName As String _
) As Storyboard
Dim instance As IAnimationProvider
Dim animationName As String
Dim value As Storyboard
 
value = instance.GetAnimation(animationName)
Storyboard GetAnimation( 
   string animationName
)
Storyboard^ GetAnimation( 
   String^ animationName
) 

Parameters

animationName
The name of which animation to be retrieved.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IAnimationProvider Interface
IAnimationProvider Members

Send Feedback