ESRI.ArcGIS.ADF.Web.UI.WebControls
ControlTypeEditor Class
Members  See Also  Send Feedback
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.

Object Model

ControlTypeEditor Class

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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.