Wimark.Controls Class Library  

ComboBox.Items Property

Gets the collection of items assigned to the ComboBox control.

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ComboBox Class | ComboBox Members | Wimark.Controls Namespace