Wimark.Controls Class Library  

ListBox.ListItemCollection.Item Property

Gets or sets the ListItem object with the specified value in the collection.

[C#] In C#, this property is the indexer for the ListBox.ListItemCollection class.

[Visual Basic]
Overloads Public ReadOnly Property Item( _
   ByVal itemValue As Object _
) As ListItem 
[C#]
public ListItem this[  
   object itemValue 
] {get;}
[C++]
public: __property ListItem* get_Item( 
   Object* itemValue 
);

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.ListItemCollection Class | ListBox.ListItemCollection Members | Wimark.Controls Namespace | ListItem