ESRI.ArcGIS.ADF.Web.UI.WebControls
ShowLoading Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > InteractiveToolbarItem Class : ShowLoading Property




Whether to show the loading image on postback.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResCategoryAttribute("General")>
<ResDescriptionAttribute("Indicates whether the loading image will be shown between a postback to the server and the page refresh.")>
<NotifyParentPropertyAttribute(True)>
<BrowsableAttribute(False)>
Public Property ShowLoading As Boolean
Visual Basic (Usage)Copy Code
Dim instance As InteractiveToolbarItem
Dim value As Boolean
 
instance.ShowLoading = value
 
value = instance.ShowLoading
C# 
[DefaultValueAttribute()]
[ResCategoryAttribute("General")]
[ResDescriptionAttribute("Indicates whether the loading image will be shown between a postback to the server and the page refresh.")]
[NotifyParentPropertyAttribute(true)]
[BrowsableAttribute(false)]
public bool ShowLoading {get; set;}

See Also

© 2010 All Rights Reserved.