Click or drag to resize

ListViewSelectedItem Property

Gets the currently selected item in the 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 ListViewItem SelectedItem { get; }

Property Value

Type: ListViewItem
An object that represents the current selection in the control.
See Also