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




ControlTypeEditor is an abstract implementation of DropDownListTypeEditor to show a list of controls found on the page.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class ControlTypeEditor 
   Inherits DropDownListTypeEditor
Visual Basic (Usage)Copy Code
Dim instance As ControlTypeEditor
C# 
public abstract class ControlTypeEditor : DropDownListTypeEditor 

Remarks

ControlTypeEditor must be associated with a string type property that hosts a control's ID. The list shows controls by their ID. Subclass and override DefineSupportedTypes to determine which class types are shown in the list.

Inheritance Hierarchy

System.Object
   System.Drawing.Design.UITypeEditor
      ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.DropDownListTypeEditor
         ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.ControlTypeEditor
            ESRI.ArcGIS.ADF.Tasks.MapControlEditor
            ESRI.ArcGIS.ADF.Tasks.MapCopyrightTextControlEditor
            ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.BuddyControlEditor
            ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.GeocodeResourceManagerEditor
            ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.MapBuddyControlEditor
            ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.ZoomLevelEditor

See Also

© 2010 All Rights Reserved.