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.SetItemsCore

Performs the work of setting the specified items into the ListBox.

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

Parameters

value
Array of Objects that will be inserted into the ListBox

See Also

ListBox Class | ListBox Members | System.WinForms Namespace