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




pContext
An ITypeDescriptorContext that can be used to gain additional context information. System.ComponentModel.ITypeDescriptorContext
pProvider
An IServiceProvider that this editor can use to obtain services.System.IServiceProvider
pListBox
The list box displayed by the DropDownListTypeEditor.System.Windows.Forms.ListBox
FillInList box gathers the controls found on the page and after filtering out those not in xTypesSupported, adds their ClientID to the list box. The ITypeDescriptorContext, pContext, contains the components list of the page.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub FillInList( _
   ByVal pContext As ITypeDescriptorContext, _
   ByVal pProvider As IServiceProvider, _
   ByVal pListBox As ListBox _
) 
Visual Basic (Usage)Copy Code
Dim instance As ControlTypeEditor
Dim pContext As ITypeDescriptorContext
Dim pProvider As IServiceProvider
Dim pListBox As ListBox
 
instance.FillInList(pContext, pProvider, pListBox)
C# 
protected override void FillInList( 
   ITypeDescriptorContext pContext,
   IServiceProvider pProvider,
   ListBox pListBox
)

Parameters

pContext
An ITypeDescriptorContext that can be used to gain additional context information. System.ComponentModel.ITypeDescriptorContext
pProvider
An IServiceProvider that this editor can use to obtain services.System.IServiceProvider
pListBox
The list box displayed by the DropDownListTypeEditor.System.Windows.Forms.ListBox

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.