ESRI.ArcGIS.ADF.Web.UI.WebControls
Navigation Class
Members  See Also 
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




Syntax

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

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl
            ESRI.ArcGIS.ADF.Web.UI.WebControls.Navigation

See Also

© 2010 All Rights Reserved.