Click or drag to resize

ListViewSelectedIndex Property

Gets or sets the zero-based index of the currently selected item in a ListView.

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 int SelectedIndex { get; set; }

Property Value

Type: Int32
A zero-based index of the currently selected item. A value of negative one (-1) is returned if no item is selected.
See Also