ESRI.ArcGIS.ADF.Web.UI.WebControls
InsertLinkDialog Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : InsertLinkDialog 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="ESRI.ADF.UI.InsertLinkDialog", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.LayerFormatEditor.JavaScript.ESRI.ADF.UI.InsertLinkDialog.js")>
Private Class InsertLinkDialog 
   Inherits WebControl
Visual Basic (Usage)Copy Code
Dim instance As InsertLinkDialog
C# 
[ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.InsertLinkDialog", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.LayerFormatEditor.JavaScript.ESRI.ADF.UI.InsertLinkDialog.js")]
private class InsertLinkDialog : 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.Web.UI.WebControls.InsertLinkDialog

See Also

© 2010 All Rights Reserved.