This document is archived and information here might be outdated.  Recommended version.


IProgressDialog2.Animation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IP > IProgressDialog2 Interface > IProgressDialog2.Animation Property
ArcGIS Developer Help

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