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

See Also

© 2010 All Rights Reserved.