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




Indicates whether to show the loading image after client action finishes and posts back.

Syntax

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

See Also

© 2010 All Rights Reserved.