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




Whether the control is enabled.

Syntax

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

Return 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.

See Also

© 2010 All Rights Reserved.