ESRI.ArcGIS.ADF.Web.UI.WebControls
xTypesSupported Property
See Also 
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;}

See Also

© 2010 All Rights Reserved.