ESRI.ArcGIS.ADF.Web.UI.WebControls
EnableUpdates Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > GoToLocation Class : EnableUpdates Property




Property to enable/disable updates to control coordinates when map extent changes.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
<ResCategoryAttribute("Go To Location Control")>
<ResDescriptionAttribute("Whether coordinates update when the map extent changes.")>
Public Property EnableUpdates As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GoToLocation
Dim value As Boolean
 
instance.EnableUpdates = value
 
value = instance.EnableUpdates
C# 
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
[ResCategoryAttribute("Go To Location Control")]
[ResDescriptionAttribute("Whether coordinates update when the map extent changes.")]
public bool EnableUpdates {get; set;}

See Also

© 2010 All Rights Reserved.