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




pContext
An ITypeDescriptorContext that can be used to gain additional context information.
pProvider
The service provider.
pListBox
List box to populate.
Fills the list of geocode resources with available resources.

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 GeocodeResourceEditor
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.
pProvider
The service provider.
pListBox
List box to populate.

See Also

© 2010 All Rights Reserved.