  | AnimationResourceGetShellAnimation Method  | 
 
            Gets a default animation from shell32.dll.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static AnimationResource GetShellAnimation(
	ShellAnimation animation
)
Public Shared Function GetShellAnimation ( 
	animation As ShellAnimation
) As AnimationResource
public:
static AnimationResource^ GetShellAnimation(
	ShellAnimation animation
)
static member GetShellAnimation : 
        animation : ShellAnimation -> AnimationResource 
Parameters
- animation
 - Type: Ookii.DialogsShellAnimation
The animation to get. 
Return Value
Type: 
AnimationResourceAn instance of the 
AnimationResource class representing the specified animation.
Exceptions
See Also