ArcObjects Library Reference (Framework)  

IProgressDialog2.Animation Property

The animation type displayed in the dialog.

[Visual Basic .NET]
Public Property Animation As esriProgressAnimationTypes
[C#]
public esriProgressAnimationTypes Animation {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The Animation property specifies the type of animation displayed in the dialog box. The animation in the dialog box can either be the spinning globe animation or the downloading file animation.

See Also

IProgressDialog2 Interface