ESRI.ArcGIS.ADF.Web.UI.WebControls
AddSupportedType Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design Namespace > ControlTypeEditor Class : AddSupportedType Method




pType
AddSupportedType adds a type into the xTypesSupported list. Call it from DefineSupportedTypes. All subclasses of any type added are automatically supported.

Syntax

Visual Basic (Declaration) 
Protected Sub AddSupportedType( _
   ByVal pType As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As ControlTypeEditor
Dim pType As Object
 
instance.AddSupportedType(pType)
C# 
protected void AddSupportedType( 
   object pType
)

Parameters

pType

See Also

© 2010 All Rights Reserved.