ESRI.ArcGIS.ADF.Web.UI.WebControls
DefineSupportedTypes Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design Namespace > BuddyControlEditor Class : DefineSupportedTypes Method




context
An ITypeDescriptorContext that can be used to gain additional context information.
Defines the types of controls displayed in the editor.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub DefineSupportedTypes( _
   ByVal context As ITypeDescriptorContext _
) 
Visual Basic (Usage)Copy Code
Dim instance As BuddyControlEditor
Dim context As ITypeDescriptorContext
 
instance.DefineSupportedTypes(context)
C# 
protected override void DefineSupportedTypes( 
   ITypeDescriptorContext context
)

Parameters

context
An ITypeDescriptorContext that can be used to gain additional context information.

See Also

© 2010 All Rights Reserved.