ESRI.ArcGIS.ADF.Web.UI.WebControls
ShowLoading Property
See Also  Send Feedback
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) 
<DefaultValueAttribute()>
<ResCategoryAttribute("Client Action")>
<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# 
[DefaultValueAttribute()]
[ResCategoryAttribute("Client Action")]
[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;}

Requirements

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

See Also

© 2011 All Rights Reserved.