Property to enable/disable updates to control coordinates when map extent changes.
Syntax
Visual Basic (Declaration) | |
---|
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<ResDescriptionAttribute("Whether coordinates update when the map extent changes.")>
<ResCategoryAttribute("Go To Location Control")>
<DefaultValueAttribute()>
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# | |
---|
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResDescriptionAttribute("Whether coordinates update when the map extent changes.")]
[ResCategoryAttribute("Go To Location Control")]
[DefaultValueAttribute()]
public bool EnableUpdates {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