Click or drag to resize

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)
Syntax
public static AnimationResource GetShellAnimation(
	ShellAnimation animation
)

Parameters

animation
Type: Ookii.DialogsShellAnimation
The animation to get.

Return Value

Type: AnimationResource
An instance of the AnimationResource class representing the specified animation.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe animation parameter was not a value defined in the ShellAnimation enumeration.
See Also