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




pContext
pProvider
pListBox
FillInList must be overriden to supply items to the ListBox. You can also customize other properties of the ListBox Your data does not need to be strings. Window forms list boxes offer customizable drawing rules which you can use to represent any kind of object.

Syntax

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

Parameters

pContext
pProvider
pListBox

See Also

© 2010 All Rights Reserved.