Objective Grid for Microsoft® .NET® Reference Guide

TypeCodeEditor.FillInList Method 

Back to Class Index

Fills the values in the list.

[Visual Basic]
Overrides Protected Sub FillInList( _
   ByVal pContext As ITypeDescriptorContext, _
   ByVal pProvider As IServiceProvider, _
   ByVal pListBox As ListBox _
)
[C#]
protected override void FillInList(
   ITypeDescriptorContext pContext,
   IServiceProvider pProvider,
   ListBox pListBox
);

Parameters

pContext
pProvider
pListBox

See Also

TypeCodeEditor Class | TypeCodeEditor Members | Stingray.Grid Namespace