![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
ActivityIndicatorImage Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanelTask Class : ActivityIndicatorImage Property |
Visual Basic (Declaration) | |
---|---|
<ResCategoryAttribute("Task")> <BrowsableAttribute(False)> <ResDescriptionAttribute("URL of the image to be displayed while the task is executing. If none is specified, a default image will be used.")> <PersistenceModeAttribute(PersistenceMode.Attribute)> <NotifyParentPropertyAttribute(True)> Public Overridable Property ActivityIndicatorImage As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As FloatingPanelTask Dim value As String instance.ActivityIndicatorImage = value value = instance.ActivityIndicatorImage |
C# | |
---|---|
[ResCategoryAttribute("Task")] [BrowsableAttribute(false)] [ResDescriptionAttribute("URL of the image to be displayed while the task is executing. If none is specified, a default image will be used.")] [PersistenceModeAttribute(PersistenceMode.Attribute)] [NotifyParentPropertyAttribute(true)] public virtual string ActivityIndicatorImage {get; set;} |
The value must be a valid URL to the image. This may be a relative URL to an image within the web application (e.g., "../images/myActivityIndicator.gif"), or an absolute URL to an image in a shared directory on a Web server (e.g., "http://myserver.example.com/images/myExpanded.gif"). The ASP.NET application-relative path pattern (e.g., ~/images/myActivityIndicator.gif") will not work properly.
If not specified, the default image is used.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family