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

Collection of items in this listbox.

[Visual Basic]
Public ReadOnly Property Items As ListBox.ObjectCollection
[C#]
public ListBox.ObjectCollection Items {get;}
[C++]
public: __property ListBox.ObjectCollection* get_Items();
[JScript]
public function get Items() : ListBox.ObjectCollection;

See Also

ListBox Class | ListBox Members | System.WinForms Namespace