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

[To be supplied.]

[Visual Basic]
Overridable Protected Function CreateItemsCollection() As _
   ObjectCollection
[C#]
protected virtual ObjectCollection CreateItemsCollection();
[C++]
protected: virtual ObjectCollection* CreateItemsCollection();
[JScript]
protected function CreateItemsCollection() : ObjectCollection;

See Also

ListBox Class | ListBox Members | System.WinForms Namespace