Display an overview map that shows the extent of the main map.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
<AjaxControlToolkit.RequiredScriptAttribute(AjaxControlToolkit.DragDropScripts)>
<AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.Navigation", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.Navigation.release.js")>
<DefaultPropertyAttribute("Map")>
<ToolboxDataAttribute("<{0}:OverviewMap runat='server' Height='200px' Width='200px'></{0}:OverviewMap>")>
<ToolboxBitmapAttribute()>
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.OverviewMapDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
Public Class OverviewMap
Inherits WebControl
Implements IBuddyControlSupport |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As OverviewMap |
C# | |
---|
[AjaxControlToolkit.RequiredScriptAttribute(AjaxControlToolkit.DragDropScripts)]
[AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.Navigation", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.Navigation.release.js")]
[DefaultPropertyAttribute("Map")]
[ToolboxDataAttribute("<{0}:OverviewMap runat='server' Height='200px' Width='200px'></{0}:OverviewMap>")]
[ToolboxBitmapAttribute()]
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.OverviewMapDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
public class OverviewMap : WebControl, IBuddyControlSupport |
Remarks
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