Navigation is a WebControl representation of the character marker symbol typically coming from a ESRI North font.
Object Model
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
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