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




DropDownListTypeEditor can be subclassed to build UITypeEditors that show a drop down list in the Visual Studio.Net property editor. You only need to override the FillInList method.

Syntax

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

Inheritance Hierarchy

See Also

© 2010 All Rights Reserved.