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.

Overload List

Gets or sets the ListItem object at the specified indexed location in the collection.

[Visual Basic] Overloads Public Property Item(Integer) As ListItem
[C#] public ListItem this[int] {get; set;}
[C++] public: __property ListItem* get_Item(int);
public: __property void set_Item(int, ListItem*);

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

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

See Also

ListBox.ListItemCollection Class | ListBox.ListItemCollection Members | Wimark.Controls Namespace | ListItem