ESRI.ArcGIS.ADF.Web.UI.WebControls
Enabled Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > OverviewMap Class : Enabled Property




Whether the control is enabled.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResDescriptionAttribute("Enabled state of the control.")>
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Behavior")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Shadows Property Enabled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As OverviewMap
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
C# 
[DefaultValueAttribute()]
[ResDescriptionAttribute("Enabled state of the control.")]
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Behavior")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public new bool Enabled {get; set;}

Property Value

Boolean value for whether the control is enabled.

Remarks

The default is true. If false, the overview map does not update when the main map's extent changes.

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.