ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
EnableContinuousCallback Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : EnableContinuousCallback Property




Whether to request map tiles asynchronously as the user pans the map.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Whether images will be fetched continuously during panning of the map or only when panning is complete.")>
<ResCategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property EnableContinuousCallback As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
Dim value As Boolean
 
instance.EnableContinuousCallback = value
 
value = instance.EnableContinuousCallback
C# 
[ResDescriptionAttribute("Whether images will be fetched continuously during panning of the map or only when panning is complete.")]
[ResCategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool EnableContinuousCallback {get; set;}

Remarks

If false, then as the user pans the map, tiles are not requested from the server until the user releases the mouse.

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.