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!

ComboBox.Items

Collection of the items contained in this ComboBox.

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

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace