ESRI.ArcGIS.ADF.Web.UI.WebControls
WebControl Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : WebControl Class




The base class on which Web ADF controls are built. Supports the callback framework for controls.

Object Model



Syntax

Visual Basic (Declaration) 
<ClientScriptResourceAttribute(ComponentType="display_common", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.display_common.js")>
Public MustInherit Class WebControl 
   Inherits WebControl
Visual Basic (Usage)Copy Code
Dim instance As WebControl
C# 
[ClientScriptResourceAttribute(ComponentType="display_common", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.display_common.js")]
public abstract class WebControl : WebControl 

Remarks

This abstract class extends the ASP.NET WebControl class with features used in Web ADF controls:

  • Client callback properties and methods
  • State management handling
  • Web resources properties

See individual properties and methods for discussion of these traits of WebControl.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl
            ESRI.ArcGIS.ADF.Tasks.Validator
            ESRI.ArcGIS.ADF.Web.UI.WebControls.CallbackButton
            ESRI.ArcGIS.ADF.Web.UI.WebControls.CartoDisplay
            ESRI.ArcGIS.ADF.Web.UI.WebControls.ColorPalette
            ESRI.ArcGIS.ADF.Web.UI.WebControls.ColorPicker
            ESRI.ArcGIS.ADF.Web.UI.WebControls.FieldsList
            ESRI.ArcGIS.ADF.Web.UI.WebControls.FillSymbolDialog
            ESRI.ArcGIS.ADF.Web.UI.WebControls.GoToLocation
            ESRI.ArcGIS.ADF.Web.UI.WebControls.HtmlEditor
            ESRI.ArcGIS.ADF.Web.UI.WebControls.InsertLinkDialog
            ESRI.ArcGIS.ADF.Web.UI.WebControls.InsertTableDialog
            ESRI.ArcGIS.ADF.Web.UI.WebControls.LayerFieldsEditor
            ESRI.ArcGIS.ADF.Web.UI.WebControls.LayerRecordsEditor
            ESRI.ArcGIS.ADF.Web.UI.WebControls.LineSymbolDialog
            ESRI.ArcGIS.ADF.Web.UI.WebControls.MapCopyrightText
            ESRI.ArcGIS.ADF.Web.UI.WebControls.MapIdentify
            ESRI.ArcGIS.ADF.Web.UI.WebControls.MapTips
            ESRI.ArcGIS.ADF.Web.UI.WebControls.MarkerSymbolDialog
            ESRI.ArcGIS.ADF.Web.UI.WebControls.Navigation
            ESRI.ArcGIS.ADF.Web.UI.WebControls.OverviewMap
            ESRI.ArcGIS.ADF.Web.UI.WebControls.ResourceManager
            ESRI.ArcGIS.ADF.Web.UI.WebControls.ScaleBar
            ESRI.ArcGIS.ADF.Web.UI.WebControls.SimpleRendererEditor
            ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarBase
            ESRI.ArcGIS.ADF.Web.UI.WebControls.ZoomLevel
            ESRI.ArcGIS.ADF.Web.UI.WebControls.ZoomToScale

See Also

© 2010 All Rights Reserved.