ESRI.ArcGIS.ADF.Web.UI.WebControls
Navigation Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : Navigation Class




Navigation is a WebControl representation of the character marker symbol typically coming from a ESRI North font.

Object Model

Navigation Class

Syntax

Visual Basic (Declaration) 
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.NavigationDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<ToolboxDataAttribute("<{0}:Navigation runat='server' Height='100px' Width='100px'></{0}:Navigation>")>
<ToolboxBitmapAttribute()>
<AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.Navigation", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.Navigation.release.js")>
<AjaxControlToolkit.RequiredScriptAttribute(AjaxControlToolkit.DragDropScripts)>
<DefaultPropertyAttribute("Map")>
Public Class Navigation 
   Inherits WebControl
   Implements IBuddyControlSupport 
Visual Basic (Usage)Copy Code
Dim instance As Navigation
C# 
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.NavigationDesigner, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[ToolboxDataAttribute("<{0}:Navigation runat='server' Height='100px' Width='100px'></{0}:Navigation>")]
[ToolboxBitmapAttribute()]
[AjaxControlToolkit.ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.Navigation", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.Navigation.release.js")]
[AjaxControlToolkit.RequiredScriptAttribute(AjaxControlToolkit.DragDropScripts)]
[DefaultPropertyAttribute("Map")]
public class Navigation : WebControl, IBuddyControlSupport  

Remarks

The user may pan the map using the Navigation control by clicking on the navigation character. Continuous panning occurs if the user clicks and holds on the character. The map pans in the direction indicated from the center of the navigation character.

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.