Click or drag to resize

ListViewListViewItemCollectionItem Property

Retrieves the ListViewItem at the specified indexed location in the collection.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public ListViewItem this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: ListViewItem
The ListViewItem at the specified location.
See Also