ESRI.ArcGIS.ADF.Web.UI.WebControls
xTypesSupported Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design Namespace > ControlTypeEditor Class : xTypesSupported Property




xTypesSupported is a list of Types supported by the drop list. The drop list will look through the page's component list and select any object whose classtype matches or is inherited from the types in this list. For example, to include all WebControls, you can simply add the WebControl type here. To add to this list, you must override DefineSupportedTypes and call AddSupportedType (which validates your entry.)

Syntax

Visual Basic (Declaration) 
Protected ReadOnly Property xTypesSupported As ArrayList
Visual Basic (Usage)Copy Code
Dim instance As ControlTypeEditor
Dim value As ArrayList
 
value = instance.xTypesSupported
C# 
protected ArrayList xTypesSupported {get;}

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.