NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListBox.AddItemsCore

Performs the work of adding the specified items to the Listbox

[Visual Basic]
Overridable Protected Sub AddItemsCore( _
   ByVal value() As Object _
)
[C#]
protected virtual void AddItemsCore(
   object[] value
);
[C++]
protected: virtual void AddItemsCore(
   Object* value[]
);
[JScript]
protected function AddItemsCore(
   value : Object[]
);

Parameters

value
Array of Objects that will be appended into the ListBox

See Also

ListBox Class | ListBox Members | System.WinForms Namespace