ListControl::SelectedIndex Property
.NET Framework (current version)
When overridden in a derived class, gets or sets the zero-based index of the currently selected item.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property int SelectedIndex { virtual int get() abstract; virtual void set(int value) abstract; }
Property Value
Type: System::Int32A zero-based index of the currently selected item. A value of negative one (-1) is returned if no item is selected.
.NET Framework
Available since 1.1
Available since 1.1
Show: