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!

CheckedListBox.Items

Collection of items in this listbox.

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

See Also

CheckedListBox Class | CheckedListBox Members | System.WinForms Namespace