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


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

Object Model



Syntax

Visual Basic (Declaration)  
Public Class ColorPicker 
   Inherits WebControl
Visual Basic (Usage) Copy Code
Dim instance As ColorPicker
C#  
public class ColorPicker : 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.ColorPicker

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also