Wimark.Controls Class Library  

ListBox.Items Property

Gets the collection of items assigned to the ListBox control.

[Visual Basic]
Public ReadOnly Property Items As ListBox.ListItemCollection 
[C#]
public ListBox.ListItemCollection Items {get;}
[C++]
public: __property ListBox.ListItemCollection* 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

ListBox Class | ListBox Members | Wimark.Controls Namespace