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




context
An ITypeDescriptorContext that can be used to gain additional context information. ITypeDescriptorContext
provider
An IServiceProvider that this editor can use to obtain services.IServiceProvider
listBox
The list box displayed by the DropDownListTypeEditor.ListBox
FillInList is used to populate the drop down list box with appropriate values.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub FillInList( _
   ByVal context As ITypeDescriptorContext, _
   ByVal provider As IServiceProvider, _
   ByVal listBox As ListBox _
) 
Visual Basic (Usage)Copy Code
Dim instance As CurrentToolEditor
Dim context As ITypeDescriptorContext
Dim provider As IServiceProvider
Dim listBox As ListBox
 
instance.FillInList(context, provider, listBox)
C# 
protected override void FillInList( 
   ITypeDescriptorContext context,
   IServiceProvider provider,
   ListBox listBox
)

Parameters

context
An ITypeDescriptorContext that can be used to gain additional context information. ITypeDescriptorContext
provider
An IServiceProvider that this editor can use to obtain services.IServiceProvider
listBox
The list box displayed by the DropDownListTypeEditor.ListBox

See Also

© 2010 All Rights Reserved.